mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01:00
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
|