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++