mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
tagalong has a maximum duration of 5 minutes
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
|
||||
/datum/status_effect/tagalong //applied to darkspawns while they accompany someone //yogs start: darkspawn
|
||||
id = "tagalong"
|
||||
duration = -1
|
||||
duration = 3000
|
||||
tick_interval = 1 //as fast as possible
|
||||
alert_type = /obj/screen/alert/status_effect/tagalong
|
||||
var/mob/living/shadowing
|
||||
@@ -196,4 +196,4 @@
|
||||
var/datum/status_effect/tagalong/tagalong = attached_effect
|
||||
desc = replacetext(desc, "TARGET_NAME", tagalong.shadowing.real_name)
|
||||
..()
|
||||
desc = initial(desc) //yogs end
|
||||
desc = initial(desc) //yogs end
|
||||
|
||||
Reference in New Issue
Block a user