mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-26 14:17:12 +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/mob/screen_alert.dmi'
|
|
icon_state = "argent"
|