Postmortem Achievement

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Dr Who
Wayist
Posts: 28
Joined: Thu Jun 24, 2010 8:40 pm

Postmortem Achievement

#1 Post by Dr Who »

I'm pretty sure that I wasn't supposed to get the achievement in this case... Although, it was close. :P

Code: Select all

[LOG]	Skeleton warrior killed Tom Baker!
bind	MOVE_DOWN	function: 0B571CE0
bind	MOVE_UP	function: 0B577B18
bind	ACCEPT	function: 0B5795F8
[PROJECTOR] starting dam	5.1924452272919
[PROJECTOR] after difficulty dam	5.1924452272919
[PROJECTOR] res	0	1	 on dam	5.1924452272919
[PROJECTOR] final dam	5.1924452272919
[LOG]	Tom Baker hits skeleton warrior for #YELLOW#5.19 light damage#LAST#.
[LOG]	Tom Baker killed skeleton warrior!
[LOG]	#LIGHT_GREEN#New Achievement: That was close!

PowerWyrm
Sher'Tul
Posts: 1106
Joined: Thu Nov 21, 2002 9:53 pm

Re: Postmortem Achievement

#2 Post by PowerWyrm »

:lol:

registeringislame
Halfling
Posts: 85
Joined: Sun May 23, 2010 5:25 am

Re: Postmortem Achievement

#3 Post by registeringislame »

I'm guessing someone missed the > 0 test when checking your life on line 531 of Actor.lua:

Code: Select all

if math.floor(p.life) <= 1 then world:gainAchievement("THAT_WAS_CLOSE", p) end

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Postmortem Achievement

#4 Post by darkgod »

fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply