Merge pull request #17220 from Incoming5643/badmins_doing_shit

View vars will now tell you if something has been previously var edited
This commit is contained in:
Jordie
2016-05-01 17:02:02 +10:00
6 changed files with 12 additions and 3 deletions
+1
View File
@@ -92,4 +92,5 @@
/datum/subsystem/on_varedit(edited_var)
if (edited_var == "can_fire" && can_fire)
next_fire = world.time + wait
..()