git I'm gonna strangle you

This commit is contained in:
zth
2020-04-27 18:17:27 -03:00
parent adf3123198
commit 0970b37600
4 changed files with 2 additions and 8 deletions

View File

@@ -130,11 +130,9 @@
if(!suiciding) //Cowards don't count
score["deadcrew"]++ //Someone died at this point, and that's terrible
if(ticker && ticker.mode)
// world.log << "k"
sql_report_death(src)
//ticker.mode.check_win() //Calls the rounds wincheck, mainly for wizard, malf, and changeling now
species.handle_death(src)
if(become_zombie_after_death && isjusthuman(src)) //2 if they retain their mind, 1 if they don't
if(become_zombie_after_death && isjusthuman(src))
spawn(30 SECONDS)
if(!gcDestroyed)
make_zombie(retain_mind = become_zombie_after_death-1)

View File

@@ -36,7 +36,5 @@
update_canmove()
update_icons()
/*if(ticker.mode) WHY
ticker.mode.check_win()*/
return ..(gibbed)

View File

@@ -24,6 +24,4 @@
update_canmove()
//ticker.mode.check_win() WHY
return ..(gibbed)