mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-06-19 12:24:11 +01:00
2f2ebafb31
* added irradiated mouse * mouse pulling buff * adds upgrade spells * cooldown on upgrades * icons and cats * radioactive sludge, health decrease, upgrades counter * objectives and sound * spells to new file + check if alive in life * afterimage * description fix, contaminate, comments * lintma? * removed empty lines, , -> :, new -> new() --------- Signed-off-by: Christer2222 <25958019+Christer2222@users.noreply.github.com>
11 lines
316 B
Plaintext
11 lines
316 B
Plaintext
/obj/effect/decal/cleanable/radioactive_sludge
|
|
gender = PLURAL
|
|
name = "Radioactive Sludge"
|
|
desc = "You should probably clean this up."
|
|
icon_state = "greenglow"
|
|
|
|
/obj/effect/decal/cleanable/radioactive_sludge/Initialize(mapload)
|
|
. = ..()
|
|
AddComponent(/datum/component/inherent_radioactivity, 800, 800, 0, 1.5)
|
|
|