Merge pull request #7922 from Mandurrrh/clownbugs

Fixes #7910 and #7909 clown related bugs.
This commit is contained in:
phil235
2015-02-24 18:56:30 +01:00
3 changed files with 11 additions and 5 deletions
-5
View File
@@ -287,11 +287,6 @@
if(!in_range(src, usr) && loc != user && !istype(loc, /obj/item/weapon/clipboard) && loc.loc != user && user.get_active_hand() != P)
return
if(istype(P, /obj/item/weapon/stamp/clown))
if(!clown)
user << "<span class='notice'>You are totally unable to use the stamp. HONK!</span>"
return
stamps += "<img src=large_[P.icon_state].png>"
var/image/stampoverlay = image('icons/obj/bureaucracy.dmi')