Update battleroyale.dm (#19364)

This commit is contained in:
Molti
2023-06-27 19:08:43 -05:00
committed by GitHub
parent 15e113db15
commit a04c622f90

View File

@@ -179,7 +179,7 @@ GLOBAL_VAR(stormdamage)
/datum/game_mode/fortnite/proc/delete_armoury()
var/area/ai_monitored/security/armory/A = locate(/area/ai_monitored/security/armory) in GLOB.areas
for(var/obj/item/thing in A)
if(thing.anchored || !thing.force)//only target something that is possibly a weapon
if(thing.anchored)//only target something that is possibly a weapon
continue
qdel(thing)