mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Fix some busted logic (#19105)
This commit is contained in:
@@ -253,7 +253,8 @@
|
||||
H.equipOutfit(outfit)
|
||||
for(var/del_type in del_types)
|
||||
var/obj/item/I = locate(del_type) in H
|
||||
qdel(I)
|
||||
if(I)
|
||||
qdel(I)
|
||||
|
||||
if(disable_pda)
|
||||
// We don't want corpse PDAs to show up in the messenger list.
|
||||
|
||||
Reference in New Issue
Block a user