Merge pull request #1957 from Citadel-Station-13/upstream-merge-29125

[MIRROR] Fixes wrapping objects
This commit is contained in:
LetterJay
2017-07-09 15:51:49 -05:00
committed by GitHub
+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