mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-22 12:47:43 +01:00
13 lines
424 B
Plaintext
13 lines
424 B
Plaintext
//argent
|
|
/datum/status_effect/blooddrunk/argent
|
|
id = "argent"
|
|
duration = 100
|
|
tick_interval = 0
|
|
alert_type = /atom/movable/screen/alert/status_effect/argent
|
|
|
|
/atom/movable/screen/alert/status_effect/argent
|
|
name = "Argent Energized"
|
|
desc = "Argent energy rushes through your body! You'll only take 10% damage for the duration of the energy rush!"
|
|
icon = 'modular_sand/icons/hud/screen_alert.dmi'
|
|
icon_state = "argent"
|