Massive code fix to get the codebase ready to compile in BYOND 500

This commit is contained in:
ZomgPonies
2013-09-15 23:58:16 -04:00
parent 9bde25863f
commit 640e38ce23
50 changed files with 461 additions and 459 deletions
@@ -7,7 +7,7 @@
var/implanted = null
var/mob/imp_in = null
var/datum/organ/external/part = null
color = "b"
_color = "b"
var/allow_reagents = 0
var/malfunction = 0
@@ -15,7 +15,7 @@
update()
if (src.imp)
src.icon_state = text("implantcase-[]", src.imp.color)
src.icon_state = text("implantcase-[]", src.imp._color)
else
src.icon_state = "implantcase-0"
return
@@ -3,7 +3,7 @@
/obj/item/weapon/implant/freedom
name = "freedom"
desc = "Use this to escape from those evil Red Shirts."
color = "r"
_color = "r"
var/activation_emote = "chuckle"
var/uses = 1.0