Fix #381 - Poster duping

This commit is contained in:
Rob Nelson
2014-01-10 02:04:20 -05:00
committed by ZomgPonies
parent 2b1e308e31
commit 5a061d770f
@@ -157,10 +157,10 @@ obj/structure/sign/poster/attackby(obj/item/weapon/W as obj, mob/user as mob)
playsound(loc, 'sound/items/Wirecutter.ogg', 100, 1)
if(ruined)
user << "<span class='notice'>You remove the remnants of the poster.</span>"
del(src)
else
user << "<span class='notice'>You carefully remove the poster from the wall.</span>"
roll_and_drop(user.loc)
del(src)
return