mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
finishes up nodrop as far as i can be arsed to
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
if (src.amount<=0)
|
||||
var/oldsrc = src
|
||||
src = null //dont kill proc after del()
|
||||
usr.unEquip(oldsrc)
|
||||
usr.unEquip(oldsrc, 1)
|
||||
del(oldsrc)
|
||||
if (istype(O,/obj/item))
|
||||
usr.put_in_hands(O)
|
||||
@@ -144,7 +144,7 @@
|
||||
var/oldsrc = src
|
||||
src = null //dont kill proc after del()
|
||||
if(usr)
|
||||
usr.unEquip(oldsrc)
|
||||
usr.unEquip(oldsrc, 1)
|
||||
del(oldsrc)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user