Difference between revisions of "Source talk:NetHack 3.4.3/src/uhitm.c"

From NetHackWiki
Jump to navigation Jump to search
(Created page with "==bizarre== Potion.c lines 989 and 1031 mean you can kill a monster with a potion of healing even if it looks sound and hale again. However, the kill isn't checked, so you could ...")
 
Line 1: Line 1:
 
==bizarre==
 
==bizarre==
 
Potion.c lines 989 and 1031 mean you can kill a monster with a potion of healing even if it looks sound and hale again. However, the kill isn't checked, so you could kill monsters as a pacifist without breaking conduct. Am I missing something? --[[User:Tjr|Tjr]] 13:53, 25 August 2011 (UTC)
 
Potion.c lines 989 and 1031 mean you can kill a monster with a potion of healing even if it looks sound and hale again. However, the kill isn't checked, so you could kill monsters as a pacifist without breaking conduct. Am I missing something? --[[User:Tjr|Tjr]] 13:53, 25 August 2011 (UTC)
 +
 +
: My fault, monsters just get reduced to 1 maxhp. --[[User:Tjr|Tjr]] 13:55, 25 August 2011 (UTC)

Revision as of 13:55, 25 August 2011

bizarre

Potion.c lines 989 and 1031 mean you can kill a monster with a potion of healing even if it looks sound and hale again. However, the kill isn't checked, so you could kill monsters as a pacifist without breaking conduct. Am I missing something? --Tjr 13:53, 25 August 2011 (UTC)

My fault, monsters just get reduced to 1 maxhp. --Tjr 13:55, 25 August 2011 (UTC)