mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
fugged it
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
/datum/storeitem/proc/deliver(var/mob/usr)
|
||||
//writepanic("[__FILE__].[__LINE__] ([src.type])([usr ? usr.ckey : ""]) \\/datum/storeitem/proc/deliver() called tick#: [world.time]")
|
||||
if(!istype(typepath,/obj/item/weapon/storage))
|
||||
if(istype(typepath,/obj/machinery))
|
||||
var/thing = new typepath(usr.loc)
|
||||
usr.put_in_hands(thing)
|
||||
else
|
||||
if(istype(typepath,/obj/machinery))
|
||||
var/thing = new typepath(usr.loc)
|
||||
usr.put_in_hands(thing)
|
||||
else
|
||||
var/obj/item/weapon/storage/box/box=new(usr.loc)
|
||||
new typepath(box)
|
||||
box.name="[name] package"
|
||||
|
||||
Reference in New Issue
Block a user