mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-29 19:52:12 +00:00
73 lines
1.7 KiB
Plaintext
73 lines
1.7 KiB
Plaintext
/obj/item/weapon/stamp
|
|
name = "\improper GRANTED rubber stamp"
|
|
desc = "A rubber stamp for stamping important documents."
|
|
icon = 'icons/obj/bureaucracy.dmi'
|
|
icon_state = "stamp-ok"
|
|
item_state = "stamp"
|
|
flags = FPRINT | TABLEPASS
|
|
throwforce = 0
|
|
w_class = 1.0
|
|
throw_speed = 7
|
|
throw_range = 15
|
|
m_amt = 60
|
|
_color = "qm"
|
|
pressure_resistance = 2
|
|
attack_verb = list("stamped")
|
|
|
|
/obj/item/weapon/stamp/qm
|
|
name = "Quartermaster's rubber stamp"
|
|
icon_state = "stamp-qm"
|
|
_color = "cargo"
|
|
|
|
/obj/item/weapon/stamp/law
|
|
name = "Law office's rubber stamp"
|
|
icon_state = "stamp-law"
|
|
_color = "cargo"
|
|
|
|
/obj/item/weapon/stamp/captain
|
|
name = "captain's rubber stamp"
|
|
icon_state = "stamp-cap"
|
|
_color = "captain"
|
|
|
|
/obj/item/weapon/stamp/hop
|
|
name = "head of personnel's rubber stamp"
|
|
icon_state = "stamp-hop"
|
|
_color = "hop"
|
|
|
|
/obj/item/weapon/stamp/hos
|
|
name = "head of security's rubber stamp"
|
|
icon_state = "stamp-hos"
|
|
_color = "hosred"
|
|
|
|
/obj/item/weapon/stamp/ce
|
|
name = "chief engineer's rubber stamp"
|
|
icon_state = "stamp-ce"
|
|
_color = "chief"
|
|
|
|
/obj/item/weapon/stamp/rd
|
|
name = "research director's rubber stamp"
|
|
icon_state = "stamp-rd"
|
|
_color = "director"
|
|
|
|
/obj/item/weapon/stamp/cmo
|
|
name = "chief medical officer's rubber stamp"
|
|
icon_state = "stamp-cmo"
|
|
_color = "cmo"
|
|
|
|
/obj/item/weapon/stamp/denied
|
|
name = "\improper DENIED rubber stamp"
|
|
icon_state = "stamp-deny"
|
|
_color = "redcoat"
|
|
|
|
/obj/item/weapon/stamp/clown
|
|
name = "clown's rubber stamp"
|
|
icon_state = "stamp-clown"
|
|
_color = "clown"
|
|
|
|
/obj/item/weapon/stamp/centcom
|
|
name = "Nanotrasen representative's rubber stamp"
|
|
icon_state = "stamp-cent"
|
|
_color = "centcom"
|
|
|
|
/obj/item/weapon/stamp/attack_paw(mob/user as mob)
|
|
return attack_hand(user) |