Phobetor Brain Trauma 
Beefmen's Brain trauma, causing phobetor tears to traverse through.
Vars | |
| created_firsts | Created tears, only checking the FIRST one, not the one it's created to link to. |
|---|---|
Procs | |
| check_turf_is_valid | Used as a helper that checks if you can successfully teleport to a turf. Returns a boolean, and checks for if the turf has density, if the turf's area has the NOTELEPORT flag, and if the objects in the turf have density. If check_floor is TRUE in the argument, it will return FALSE if it's not a type of /turf/open/floor. Arguments: |
| on_lose | When the trauma is removed from a mob. |
Var Details
created_firsts 
Created tears, only checking the FIRST one, not the one it's created to link to.
Proc Details
check_turf_is_valid
Used as a helper that checks if you can successfully teleport to a turf. Returns a boolean, and checks for if the turf has density, if the turf's area has the NOTELEPORT flag, and if the objects in the turf have density. If check_floor is TRUE in the argument, it will return FALSE if it's not a type of /turf/open/floor. Arguments:
- turf/open_turf - The turf being checked for validity.
- check_floor - Checks if it's a type of /turf/open/floor. If this is FALSE, lava/chasms will be able to be selected.
on_lose
When the trauma is removed from a mob.