mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Support blanking the module again + tgui blanking with .
This commit is contained in:
@@ -341,7 +341,7 @@
|
|||||||
//Flavour text.
|
//Flavour text.
|
||||||
if(client)
|
if(client)
|
||||||
var/module_flavour = client.prefs.flavour_texts_robot[modtype]
|
var/module_flavour = client.prefs.flavour_texts_robot[modtype]
|
||||||
if(module_flavour)
|
if(module_flavour && (module_flavour != " " || module_flavour != ".")) //CHOMPEDIT: Skip module flavor if " " or "."
|
||||||
flavor_text = module_flavour
|
flavor_text = module_flavour
|
||||||
else
|
else
|
||||||
flavor_text = client.prefs.flavour_texts_robot["Default"]
|
flavor_text = client.prefs.flavour_texts_robot["Default"]
|
||||||
|
|||||||
Reference in New Issue
Block a user