mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-28 11:11:52 +00:00
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3665 316c924e-a436-60f5-8080-3fe189b3f50e
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
/obj/item/weapon/stamp
|
|
desc = "A rubber stamp for stamping important documents."
|
|
name = "rubber stamp"
|
|
icon = 'bureaucracy.dmi'
|
|
icon_state = "stamp-qm"
|
|
item_state = "stamp"
|
|
flags = FPRINT | TABLEPASS
|
|
throwforce = 0
|
|
w_class = 1.0
|
|
throw_speed = 7
|
|
throw_range = 15
|
|
m_amt = 60
|
|
color = "cargo"
|
|
pressure_resistance = 5
|
|
|
|
/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 = "medical"
|
|
|
|
/obj/item/weapon/stamp/denied
|
|
name = "\improper DENIED rubber stamp"
|
|
icon_state = "stamp-qm"
|
|
color = "redcoat"
|
|
|
|
/obj/item/weapon/stamp/clown
|
|
name = "clown's rubber stamp"
|
|
icon_state = "stamp-clown"
|
|
color = "clown" |