Merge pull request #9109 from Seris02/who

fixes bug in who verb ignoring admin info
This commit is contained in:
Atermonera
2023-06-11 14:31:36 -08:00
committed by GitHub
+2 -2
View File
@@ -32,9 +32,9 @@
var/age = C.player_age
switch(age)
if(0 to 1)
age = "<font color='#ff0000'><b>[age] days old</b></font>"
entry += " - <font color='#ff0000'><b>[age] days old</b></font>"
if(1 to 10)
age = "<font color='#ff8c00'><b>[age] days old</b></font>"
entry += " - <font color='#ff8c00'><b>[age] days old</b></font>"
else
entry += " - [age] days old"