Cyborg Rebalance

This commit is contained in:
Fox-McCloud
2015-03-02 22:54:09 -05:00
parent 3e5bc9e230
commit c1a1f851cf
12 changed files with 254 additions and 421 deletions
+10 -6
View File
@@ -6,17 +6,21 @@
item_state = "stamp"
throwforce = 0
w_class = 1.0
throw_speed = 7
throw_range = 15
throw_speed = 3
throw_range = 7
m_amt = 60
_color = "qm"
_color = "cargo"
pressure_resistance = 2
attack_verb = list("stamped")
/obj/item/weapon/stamp/suicide_act(mob/user)
user.visible_message("<span class='suicide'>[user] stamps 'VOID' on \his forehead, then promptly falls over, dead.</span>")
return (OXYLOSS)
/obj/item/weapon/stamp/qm
name = "Quartermaster's rubber stamp"
icon_state = "stamp-qm"
_color = "cargo"
_color = "qm"
/obj/item/weapon/stamp/law
name = "Law office's rubber stamp"
@@ -56,8 +60,8 @@
/obj/item/weapon/stamp/granted
name = "\improper GRANTED rubber stamp"
icon_state = "stamp-ok"
_color = "qm"
_color = "qm"
/obj/item/weapon/stamp/denied
name = "\improper DENIED rubber stamp"
icon_state = "stamp-deny"