mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-27 05:56:28 +01:00
Replaced all blue font with a custom colour
This commit is contained in:
@@ -23,7 +23,7 @@ mob/living/carbon/proc/dream()
|
||||
|
||||
spawn(0)
|
||||
for(var/i = rand(1,4),i > 0, i--)
|
||||
src << "<font color='blue'><i>... [pick(dreams)] ...</i></font>"
|
||||
src << "<font color='#6F6FE2'><i>... [pick(dreams)] ...</i></font>"
|
||||
sleep(rand(40,70))
|
||||
if(paralysis <= 0)
|
||||
dreaming = 0
|
||||
|
||||
Reference in New Issue
Block a user