mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
[MIRROR] some more grep checks (#11414)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
83133252b1
commit
f46d700e64
@@ -66,7 +66,7 @@
|
||||
if(istype(loot,/obj/random))
|
||||
var/obj/random/randy = loot
|
||||
var/new_I = randy.spawn_item()
|
||||
qdel_swap(loot,new_I)
|
||||
QDEL_SWAP(loot,new_I)
|
||||
|
||||
//We either have an item to hand over or we don't, at this point!
|
||||
if(!loot)
|
||||
|
||||
Reference in New Issue
Block a user