Move to IC tab. Clarity.

This commit is contained in:
Cameron653
2017-12-24 02:43:24 -05:00
committed by GitHub
parent b04d52cc9f
commit 97d4b9ef72

View File

@@ -845,6 +845,6 @@
/mob/living/proc/toggle_pass_table()
set name = "Toggle Agility" //Dunno a better name for this. You have to be pretty agile to hop over stuff!!!
set desc = "Allows you to start/stop hopping over things such as hydroponics trays, tables, and railings."
set category = "Abilities"
set category = "IC"
pass_flags ^= PASSTABLE //I dunno what this fancy ^= is but Aronai gave it to me.
to_chat(src, "You [pass_flags&PASSTABLE ? "will now" : "will not"] move over tables/railings/trays!")
to_chat(src, "You [pass_flags&PASSTABLE ? "will" : "will NOT"] move over tables/railings/trays!")