New Vox gamemode -- Trade

This commit is contained in:
ZomgPonies
2013-09-28 20:42:32 -04:00
parent 78f14f11cc
commit e2826f3675
11 changed files with 580 additions and 399 deletions
+2 -2
View File
@@ -72,8 +72,8 @@ var/global/vox_tick = 1
affected.implants += I
I.part = affected
if(ticker.mode && ( istype( ticker.mode,/datum/game_mode/heist ) ) )
var/datum/game_mode/heist/M = ticker.mode
if(ticker.mode && ( istype( ticker.mode,/datum/game_mode/vox/heist ) ) )
var/datum/game_mode/vox/heist/M = ticker.mode
M.cortical_stacks += I
vox_tick++
@@ -74,7 +74,7 @@
verbs -= /mob/living/carbon/proc/release_control
//Check for heist mode kill count.
if(ticker.mode && ( istype( ticker.mode,/datum/game_mode/heist) ) )
if(ticker.mode && ( istype( ticker.mode,/datum/game_mode/vox/heist) || istype( ticker.mode,/datum/game_mode/vox/trade) ) )
//Check for last assailant's mutantrace.
/*if( LAssailant && ( istype( LAssailant,/mob/living/carbon/human ) ) )
var/mob/living/carbon/human/V = LAssailant