Recommitting a ton of files as one commit due to needing to reset this repo to an earlier point in the log. Full changes in PR.

This commit is contained in:
Zuhayr
2014-01-28 15:59:50 +10:30
parent ae7ae5a837
commit c0b91504b4
10 changed files with 191 additions and 30 deletions
-13
View File
@@ -68,19 +68,6 @@ var/global/vox_tick = 1
W.handle_item_insertion(C)
spawn_money(rand(50,150)*10,W)
equip_to_slot_or_del(W, slot_wear_id)
var/obj/item/weapon/implant/cortical/I = new(src)
I.imp_in = src
I.implanted = 1
var/datum/organ/external/affected = src.get_organ("head")
affected.implants += I
I.part = affected
if(ticker.mode && ( istype( ticker.mode,/datum/game_mode/heist ) ) )
var/datum/game_mode/heist/M = ticker.mode
M.cortical_stacks += I
M.raiders[mind] = I
vox_tick++
if (vox_tick > 4) vox_tick = 1