Random Rig spawner no longer spawns access locked rigs.

This commit is contained in:
Mechoid
2023-02-20 03:11:11 -08:00
parent 14a10960b7
commit 15fa93c00b
4 changed files with 21 additions and 5 deletions

View File

@@ -276,9 +276,9 @@
icon_state = "generic"
/obj/random/rigsuit/item_to_spawn()
return pick(prob(4);/obj/item/rig/light/hacker,
return pick(prob(4);/obj/item/rig/light/hacker/poi,
prob(5);/obj/item/rig/industrial,
prob(5);/obj/item/rig/eva,
prob(4);/obj/item/rig/light/stealth,
prob(4);/obj/item/rig/light/stealth/poi,
prob(3);/obj/item/rig/hazard,
prob(1);/obj/item/rig/merc/empty)
prob(1);/obj/item/rig/merc/empty/poi)