mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Update battleroyale.dm (#19364)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user