[MIRROR] Cryogaia Archiving Part 1 (#12511)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-11 20:43:49 +01:00
committed by GitHub
co-authored by Will Kashargul
parent 53adf00ee7
commit 2152f11c16
18 changed files with 292 additions and 109 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),
)