mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
DENIED stamp and chief medical officer stamp added.
DENIED stamp spawns in QM office. CMO stamp spawns in CMO office. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@466 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -108,6 +108,10 @@ CLIPBOARDS
|
||||
src.icon_state = "paper_stamped_ce"
|
||||
if(/obj/item/weapon/stamp/rd)
|
||||
src.icon_state = "paper_stamped_rd"
|
||||
if(/obj/item/weapon/stamp/cmo)
|
||||
src.icon_state = "paper_stamped_cmo"
|
||||
if(/obj/item/weapon/stamp/denied)
|
||||
src.icon_state = "paper_stamped_denied"
|
||||
if(/obj/item/weapon/stamp/clown)
|
||||
if (!clown)
|
||||
usr << "\red You are totally unable to use the stamp. HONK!"
|
||||
|
||||
Reference in New Issue
Block a user