Merge pull request #13747 from Fox-McCloud/new-player-gc

Makes New Players GC
This commit is contained in:
variableundefined
2020-07-04 21:27:15 -04:00
committed by GitHub
28 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -204,7 +204,7 @@
if(amount < 1) // Just in case a stack's amount ends up fractional somehow
var/oldsrc = src
src = null //dont kill proc after del()
src = null //dont kill proc after qdel()
usr.unEquip(oldsrc, 1)
qdel(oldsrc)
if(istype(O, /obj/item))