[MIRROR] Fixes servant cyborgs with the Standard module not having Abscond (#5266)

* Fixes servant cyborgs with the Standard module not having Abscond

* Update clockwork_slab.dm

* Update clockwork_slab.dm
This commit is contained in:
CitadelStationBot
2018-02-05 01:39:37 -06:00
committed by Poojawa
parent 921e149cf6
commit afb0b08837
4 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@
/obj/item/clockwork/slab/cyborg //three scriptures, plus a spear and fabricator
clockwork_desc = "A divine link to the Celestial Derelict, allowing for limited recital of scripture."
quickbound = list(/datum/clockwork_scripture/ranged_ability/judicial_marker, /datum/clockwork_scripture/ranged_ability/linked_vanguard)
quickbound = list(/datum/clockwork_scripture/abscond, /datum/clockwork_scripture/ranged_ability/judicial_marker, /datum/clockwork_scripture/ranged_ability/linked_vanguard)
maximum_quickbound = 6 //we usually have one or two unique scriptures, so if ratvar is up let us bind one more
actions_types = list()

View File

@@ -1,9 +1,9 @@
###############################################################################################
# Basically, ckey goes first. Rank goes after the "=" #
# Case is not important for ckey. #
# Case IS important for the rank. #
# All punctuation (spaces etc) EXCEPT '-', '_' and '@' will be stripped from rank names. #
# Ranks can be anything defined in admin_ranks.txt #
# NOTE: if the rank-name cannot be found in admin_ranks.txt, they will not be adminned! ~Carn #
# NOTE: syntax was changed to allow hyphenation of ranknames, since spaces are stripped. #
###############################################################################################
###############################################################################################
# Basically, ckey goes first. Rank goes after the "=" #
# Case is not important for ckey. #
# Case IS important for the rank. #
# All punctuation (spaces etc) EXCEPT '-', '_' and '@' will be stripped from rank names. #
# Ranks can be anything defined in admin_ranks.txt #
# NOTE: if the rank-name cannot be found in admin_ranks.txt, they will not be adminned! ~Carn #
# NOTE: syntax was changed to allow hyphenation of ranknames, since spaces are stripped. #
###############################################################################################

0
tools/hooks/install.sh Executable file → Normal file
View File

0
tools/hooks/python.sh Executable file → Normal file
View File