mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-25 21:56:15 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user