mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
adds missing qdels
This commit is contained in:
@@ -331,6 +331,8 @@ var/global/ingredientLimit = 10
|
||||
H.stored_mob.ghostize()
|
||||
H.stored_mob.death()
|
||||
|
||||
qdel(H.stored_mob)
|
||||
|
||||
qdel(src.ingredient)
|
||||
src.ingredient = null
|
||||
|
||||
@@ -469,6 +471,7 @@ var/global/ingredientLimit = 10
|
||||
if(H.stored_mob)
|
||||
H.stored_mob.ghostize()
|
||||
H.stored_mob.death()
|
||||
qdel(H.stored_mob)
|
||||
|
||||
src.ingredient = null
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user