mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
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:
@@ -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),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user