mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-12 00:32:44 +01:00
Merge pull request #9109 from Seris02/who
fixes bug in who verb ignoring admin info
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user