Cryogaia Archiving Part 1 (#19184)

* some of it

* storage explorer suits, and Victorian suits

* trailer blazers

* clean up

* trailblazers in techweb

* mined turf needs to work too

* icepick and shovel teckweb

* wrong path

* backward

* rename that
This commit is contained in:
Will
2026-03-11 15:00:29 +01:00
committed by GitHub
parent 1c36ad8325
commit a73267de09
15 changed files with 315 additions and 1 deletions
+12
View File
@@ -1999,3 +1999,15 @@
/obj/structure/closet/crate/secure/phoron //HQ FUEL TANKS
),
)
/obj/random/multiple/legtrap
name = "random legtraps"
desc = "Random legtraps (beartraps and mousetraps)."
icon = 'icons/misc/mark.dmi'
icon_state = "x3"
/obj/random/multiple/legtrap/item_to_spawn()
return pick(
prob(67);list(/obj/item/assembly/mousetrap/armed),
prob(33);list(/obj/item/beartrap/start_active),
)