mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-26 21:46:51 +01:00
Replaced all blue font with a custom colour
This commit is contained in:
@@ -77,7 +77,7 @@ var/global/list/rad_collectors = list()
|
||||
return 1
|
||||
else if(istype(W, /obj/item/weapon/wrench))
|
||||
if(P)
|
||||
user << "<font color='blue'>Remove the phoron tank first.</font>"
|
||||
user << "<font color='#6F6FE2'>Remove the phoron tank first.</font>"
|
||||
return 1
|
||||
playsound(src, W.usesound, 75, 1)
|
||||
src.anchored = !src.anchored
|
||||
|
||||
Reference in New Issue
Block a user