Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big Blanket of Cyrogaia Tweaks #1390

Merged
merged 17 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions code/game/objects/items/weapons/traps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -394,3 +394,8 @@
/obj/item/weapon/material/barbedwire/plastic
name = "snare wire"
default_material = MAT_PLASTIC

// YW ADDITION
/obj/item/weapon/beartrap/armed
quackjack marked this conversation as resolved.
Show resolved Hide resolved
icon_state = "beartrap1"
deployed = 1
12 changes: 12 additions & 0 deletions code/game/objects/random/mapping.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1680,3 +1680,15 @@
prob(1);list(/obj/item/mecha_parts/mecha_equipment/tool/drill/diamonddrill),
)
//VOREStation Add End

/obj/random/multiple/legtrap //YW Addition
name = "random legtraps"
desc = "Random legtraps (beartraps and mousetraps)."
icon = 'icons/misc/random_spawners.dmi'
icon_state = "generic"

/obj/random/multiple/legtrap/item_to_spawn()
return pick(
prob(67);list(/obj/item/device/assembly/mousetrap/armed),
prob(33);list(/obj/item/weapon/beartrap/armed),
)
Binary file modified icons/turf/outdoors_yw.dmi
Binary file not shown.
Loading