mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-24 16:32:03 +00:00
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
//entirely neutral or internal status effects go here
|
|
|
|
/datum/status_effect/high_five
|
|
id = "high_five"
|
|
duration = 25
|
|
alert_type = null
|
|
|
|
/datum/status_effect/high_five/on_timeout()
|
|
owner.visible_message("[owner] was left hanging....") |