tagalong has a maximum duration of 5 minutes

This commit is contained in:
Theos
2019-09-13 21:50:34 -04:00
committed by GitHub
parent 932188f01a
commit 696054d922

View File

@@ -146,7 +146,7 @@
/datum/status_effect/tagalong //applied to darkspawns while they accompany someone //yogs start: darkspawn /datum/status_effect/tagalong //applied to darkspawns while they accompany someone //yogs start: darkspawn
id = "tagalong" id = "tagalong"
duration = -1 duration = 3000
tick_interval = 1 //as fast as possible tick_interval = 1 //as fast as possible
alert_type = /obj/screen/alert/status_effect/tagalong alert_type = /obj/screen/alert/status_effect/tagalong
var/mob/living/shadowing var/mob/living/shadowing
@@ -196,4 +196,4 @@
var/datum/status_effect/tagalong/tagalong = attached_effect var/datum/status_effect/tagalong/tagalong = attached_effect
desc = replacetext(desc, "TARGET_NAME", tagalong.shadowing.real_name) desc = replacetext(desc, "TARGET_NAME", tagalong.shadowing.real_name)
..() ..()
desc = initial(desc) //yogs end desc = initial(desc) //yogs end