Adds an admin verb to toggle it easier

This commit is contained in:
Arokha Sieyes
2018-01-21 21:45:36 -05:00
parent 4792ea713a
commit 5d6d0bae15
4 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
to_chat(src,"<span class='warning'>Your custom species is not playable. Reconfigure your traits on the VORE tab.</span>")
//Assistant ratio enforcement
if (config.assistants_ratio)
if (config.assistants_ratio > 0) //Stored as a negative number when inactive by admin verb
var/nonassistants = 0
var/assistants = 0