mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-27 10:41:42 +00:00
10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
//entirely neutral or internal status effects go here
|
|
|
|
/datum/status_effect/high_five
|
|
id = "high_five"
|
|
duration = 40
|
|
alert_type = null
|
|
|
|
/datum/status_effect/high_five/on_timeout()
|
|
owner.visible_message("[owner] was left hanging....")
|