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
+9 -9
View File
@@ -10,49 +10,49 @@
throw_speed = 7
throw_range = 15
m_amt = 60
color = "cargo"
_color = "cargo"
pressure_resistance = 2
attack_verb = list("stamped")
/obj/item/weapon/stamp/captain
name = "captain's rubber stamp"
icon_state = "stamp-cap"
color = "captain"
_color = "captain"
/obj/item/weapon/stamp/hop
name = "head of personnel's rubber stamp"
icon_state = "stamp-hop"
color = "hop"
_color = "hop"
/obj/item/weapon/stamp/hos
name = "head of security's rubber stamp"
icon_state = "stamp-hos"
color = "hosred"
_color = "hosred"
/obj/item/weapon/stamp/ce
name = "chief engineer's rubber stamp"
icon_state = "stamp-ce"
color = "chief"
_color = "chief"
/obj/item/weapon/stamp/rd
name = "research director's rubber stamp"
icon_state = "stamp-rd"
color = "director"
_color = "director"
/obj/item/weapon/stamp/cmo
name = "chief medical officer's rubber stamp"
icon_state = "stamp-cmo"
color = "cmo"
_color = "cmo"
/obj/item/weapon/stamp/denied
name = "\improper DENIED rubber stamp"
icon_state = "stamp-deny"
color = "redcoat"
_color = "redcoat"
/obj/item/weapon/stamp/clown
name = "clown's rubber stamp"
icon_state = "stamp-clown"
color = "clown"
_color = "clown"
/obj/item/weapon/stamp/attack_paw(mob/user as mob)