mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 00:54:16 +01:00
5325be90b1
* Start Adds starts active versions of barbed wire. Adds 'named from material' var. Fixes spears from defaulting to fragile if they're made with a butterfly knife. * Makes cautery properly stop bleeding * Adds Glass Wire Adds wire that cuts a limb, doing 12 damage and a surgical cut to the limb. This is blocked via thick clothing. * Combines traps & traps_vr * Update alien_alloy.dm Makes adminspawn object unobtainable * wip * wip * Fire Abber * awaw * housekeeeping * Glass * ye * Update fire.dm * whoops infinite glass * rando
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
//Fire abberation
|
|
/obj/effect/abstract/abberation/spawner/glass
|
|
name = "Glass Abberation"
|
|
effect_to_spawn = /obj/item/material/barbedwire/glass/start_active
|
|
start_active = TRUE
|
|
delete_after_placement = FALSE
|
|
|
|
/obj/effect/abstract/abberation/spawner/glass/perform_pulse()
|
|
place_effects()
|
|
return
|