This commit is contained in:
Fox-McCloud
2015-03-07 03:26:45 -05:00
parent 73c957dc04
commit a3bfa5300b
5 changed files with 19 additions and 2 deletions
+2
View File
@@ -26,11 +26,13 @@
/obj/item/weapon/pen/blue
name = "blue-ink pen"
desc = "It's a normal blue ink pen."
icon_state = "pen_blue"
colour = "blue"
/obj/item/weapon/pen/red
name = "red-ink pen"
desc = "It's a normal red ink pen."
icon_state = "pen_red"
colour = "red"
+2 -1
View File
@@ -11,6 +11,7 @@
/obj/structure/bigDelivery/attack_hand(mob/user as mob)
playsound(src.loc, 'sound/items/poster_ripped.ogg', 50, 1)
qdel(src)
/obj/structure/bigDelivery/Destroy()
@@ -74,7 +75,7 @@
user.put_in_hands(wrapped)
else
wrapped.loc = get_turf(src)
playsound(src.loc, 'sound/items/poster_ripped.ogg', 50, 1)
qdel(src)