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:
musketstgstation@gmail.com
2010-11-19 23:10:25 +00:00
parent 758d6d7c13
commit ea9cc90bab
5 changed files with 26 additions and 14 deletions
@@ -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!"