mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fixes wrapping objects (#29125)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user