Minor NIF and Soulcatcher Tweaks

- Brainmob can understand galcom so they can understand radio announcements if they're allowed to hear things.
- Adds admin verb in Fun tab for "Quick NIF" to quickly implant someone with a NIF, if for example they lost theirs via bug, or for antags in events.
- Some tweaks in Persist VR to not 'hard crash' just in case runtiming prevents other things.
- Added titles to top of *nsay and *nme boxes so you can remember what you're doing.
This commit is contained in:
Arokha Sieyes
2017-06-09 10:16:45 -04:00
parent 7ee54f8186
commit 2f3b56467c
7 changed files with 46 additions and 6 deletions
+1
View File
@@ -125,6 +125,7 @@ var/list/admin_verbs_fun = list(
/client/proc/toggle_random_events,
/client/proc/editappear,
/client/proc/roll_dices,
/datum/admins/proc/quick_nif, //VOREStation Add,
/datum/admins/proc/call_supply_drop,
/datum/admins/proc/call_drop_pod
)