Fixes wrapping objects

This commit is contained in:
CitadelStationBot
2017-07-09 10:14:16 -05:00
parent 0d84901914
commit b770348797
+3 -3
View File
@@ -16,7 +16,7 @@
/obj/item/stack/wrapping_paper/use(used, transfer)
var/turf/T = get_turf(src)
..()
. = ..()
if(QDELETED(src) && !transfer)
new /obj/item/weapon/c_tube(T)
@@ -102,7 +102,7 @@
/obj/item/stack/packageWrap/use(used, transfer = FALSE)
var/turf/T = get_turf(src)
..()
. = ..()
if(QDELETED(src) && !transfer)
new /obj/item/weapon/c_tube(T)
@@ -114,4 +114,4 @@
throwforce = 0
w_class = WEIGHT_CLASS_TINY
throw_speed = 3
throw_range = 5
throw_range = 5