THE REVENGE OF THE WHITESPACES

This commit is contained in:
Ghommie
2019-11-21 07:40:49 +01:00
parent 21f15e411d
commit 6a0bd7c925
@@ -143,7 +143,7 @@
var/temp = getBruteLoss() //no need to calculate each of these twice
var/list/msg = list("<span class='warning'>") //Everything below gets this span
var/list/msg = list()
var/list/missing = list(BODY_ZONE_HEAD, BODY_ZONE_CHEST, BODY_ZONE_L_ARM, BODY_ZONE_R_ARM, BODY_ZONE_L_LEG, BODY_ZONE_R_LEG)
var/list/disabled = list()
@@ -326,7 +326,7 @@
msg += "[t_He] [t_is] moving [t_his] body in an unnatural and blatantly inhuman manner.\n"
if (length(msg)) //End of default warning span
if (length(msg))
. += "<span class='warning'>[msg.Join("")]</span>"
var/trait_exam = common_trait_examine()