mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
[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:
co-authored by
Will
Kashargul
parent
53adf00ee7
commit
2152f11c16
@@ -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