The Dink Network

Reply to Re: bug with touch

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
September 30th 2008, 09:30 AM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
That sounds fishy. Definitely not intended though.

I can't seem to replicate this bug. They do say "frozen" and they do continue to jump though. Maybe it has something to do with your fish? did you modify or use any other fish than the fish1.c script in the original game?

The best you can do for this is to go into dam-iorb.c where it spawns frozen and make a condition based on the fish's sequence. Luckily we checked the sequence earlier to see if the target was a fireplace. This should work.

if (&isfire != 434)
{
//freezing targets if they are still alive
&frozen = &missile_target;
freeze(&missile_target);
spawn("frozen");
}