TCFL Barrier + Maglock Bugfix (#13759)

This commit is contained in:
Benedict
2022-05-04 12:14:12 +02:00
committed by GitHub
parent db01ab64e7
commit db4c9213bb
3 changed files with 17 additions and 2 deletions
+2 -1
View File
@@ -296,7 +296,8 @@ for reference:
name = "legion barrier"
desc = "A deployable barrier, bearing the marks of the Tau Ceti Foreign Legion. Swipe your ID card to lock/unlock it."
icon_state = "barrier_legion"
req_access = list(access_legion)
req_access = null
req_one_access = list(access_tcfl_peacekeeper_ship, access_legion)
/obj/item/deployable_kit
name = "Emergency Floodlight Kit"
@@ -43,7 +43,8 @@
/obj/item/device/magnetic_lock/security/legion
name = "legion magnetic door lock"
req_access = (access_legion)
req_access = null
req_one_access = list(access_legion, access_tcfl_peacekeeper_ship)
w_class = ITEMSIZE_SMALL
/obj/item/device/magnetic_lock/security/legion/Initialize()
@@ -0,0 +1,13 @@
# Your name.
author: Ben10083
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- bugfix: "Legion Barrier and mag lock should now be able to be used by TCFL Ghost Role."