mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Move to IC tab. Clarity.
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user