Added Bluespace Techs

- Bluespace techs are spawnable by anyone with +DEV
- They are invincible.
- None of there OP items can be touched by anything that is not a
Bluespace Tech.
- Added some spark effects for spawning.
- Added spark effects and custom emote for when you suicide
- To remove an item from a slot (IE the ID card) you need to edit the
var canremove to = 1
- bsTechs can't be restrained.
This commit is contained in:
SoundScopes
2014-07-20 12:30:34 +01:00
parent c293993b64
commit 74cf33aee8
3 changed files with 255 additions and 2 deletions
+4 -2
View File
@@ -137,7 +137,8 @@ var/list/admin_verbs_dev = list(
/client/proc/toggledebuglogs,
/client/proc/SDQL_query,
/client/proc/SDQL2_query,
/client/proc/cmd_dev_say
/client/proc/cmd_dev_say,
/client/proc/cmd_dev_bst
)
var/list/admin_verbs_spawn = list(
/datum/admins/proc/spawn_atom, /*allows us to spawn instances*/
@@ -184,7 +185,8 @@ var/list/admin_verbs_debug = list(
/client/proc/callproc,
/client/proc/toggledebuglogs,
/client/proc/SDQL_query,
/client/proc/SDQL2_query
/client/proc/SDQL2_query,
/client/proc/cmd_dev_bst
)
var/list/admin_verbs_possess = list(
/proc/possess,