adds a sorely needed line break
This commit is contained in:
@@ -104,7 +104,7 @@ GLOBAL_VAR(antag_prototypes)
|
|||||||
var/datum/component/activity/activity = current.GetComponent(/datum/component/activity)
|
var/datum/component/activity/activity = current.GetComponent(/datum/component/activity)
|
||||||
if(activity)
|
if(activity)
|
||||||
out += "Activity level: [activity.activity_level]<br>"
|
out += "Activity level: [activity.activity_level]<br>"
|
||||||
out += "Hasn't changed areas in approximately [activity.not_moved_counter] seconds"
|
out += "Hasn't changed areas in approximately [activity.not_moved_counter] seconds<br>"
|
||||||
|
|
||||||
var/special_statuses = get_special_statuses()
|
var/special_statuses = get_special_statuses()
|
||||||
if(length(special_statuses))
|
if(length(special_statuses))
|
||||||
|
|||||||
Reference in New Issue
Block a user