mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes #9538
One does not simply qdel a list. Should be fine since it doesn't hold any objects, just bunch of strings.
This commit is contained in:
@@ -421,7 +421,7 @@ its easier to just keep the beam vertical.
|
||||
src.color = initial(src.color) //paint
|
||||
src.germ_level = 0
|
||||
if(istype(blood_DNA, /list))
|
||||
qdel(blood_DNA)
|
||||
del(blood_DNA)
|
||||
return 1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user