mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Support blanking the module again + tgui blanking with .
This commit is contained in:
@@ -341,7 +341,7 @@
|
||||
//Flavour text.
|
||||
if(client)
|
||||
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
|
||||
else
|
||||
flavor_text = client.prefs.flavour_texts_robot["Default"]
|
||||
|
||||
Reference in New Issue
Block a user