mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
NanoTrasen Corporate Representatives no longer have mindshield implants. (#15196)
This commit is contained in:
@@ -122,7 +122,6 @@
|
||||
head = /obj/item/clothing/head/beret/corporate/heph
|
||||
uniform = /obj/item/clothing/under/rank/liaison/heph
|
||||
suit = /obj/item/clothing/suit/storage/liaison/heph
|
||||
implants = null
|
||||
id = /obj/item/card/id/hephaestus
|
||||
accessory = /obj/item/clothing/accessory/tie/corporate/heph
|
||||
suit_accessory = /obj/item/clothing/accessory/pin/corporate/heph
|
||||
|
||||
@@ -183,7 +183,6 @@
|
||||
head = /obj/item/clothing/head/beret/corporate/idris
|
||||
uniform = /obj/item/clothing/under/rank/liaison/idris
|
||||
suit = /obj/item/clothing/suit/storage/liaison/idris
|
||||
implants = null
|
||||
id = /obj/item/card/id/idris
|
||||
accessory = /obj/item/clothing/accessory/tie/corporate/idris
|
||||
suit_accessory = /obj/item/clothing/accessory/pin/corporate/idris
|
||||
|
||||
@@ -80,7 +80,6 @@
|
||||
head = /obj/item/clothing/head/beret/corporate/orion
|
||||
uniform = /obj/item/clothing/under/rank/liaison/orion
|
||||
suit = /obj/item/clothing/suit/storage/liaison/orion
|
||||
implants = null
|
||||
id = /obj/item/card/id/orion
|
||||
accessory = /obj/item/clothing/accessory/tie/corporate/orion
|
||||
suit_accessory = /obj/item/clothing/accessory/pin/corporate/orion
|
||||
|
||||
@@ -180,7 +180,6 @@
|
||||
head = /obj/item/clothing/head/beret/corporate/pmc
|
||||
uniform = /obj/item/clothing/under/rank/liaison/pmc
|
||||
suit = /obj/item/clothing/suit/storage/liaison/pmc
|
||||
implants = null
|
||||
id = /obj/item/card/id/pmc
|
||||
accessory = /obj/item/clothing/accessory/tie/corporate/pmc
|
||||
suit_accessory = /obj/item/clothing/accessory/pin/corporate/pmc
|
||||
|
||||
@@ -204,7 +204,6 @@
|
||||
head = /obj/item/clothing/head/beret/corporate/zavod
|
||||
uniform = /obj/item/clothing/under/rank/liaison/zavod
|
||||
suit = /obj/item/clothing/suit/storage/liaison/zavod
|
||||
implants = null
|
||||
id = /obj/item/card/id/zavodskoi
|
||||
accessory = /obj/item/clothing/accessory/tie/corporate/zavod
|
||||
suit_accessory = /obj/item/clothing/accessory/pin/corporate/zavod
|
||||
|
||||
@@ -196,7 +196,6 @@
|
||||
head = /obj/item/clothing/head/beret/corporate/zeng
|
||||
uniform = /obj/item/clothing/under/rank/liaison/zeng
|
||||
suit = /obj/item/clothing/suit/storage/liaison/zeng
|
||||
implants = null
|
||||
id = /obj/item/card/id/zeng_hu
|
||||
accessory = /obj/item/clothing/accessory/tie/corporate/zeng
|
||||
suit_accessory = /obj/item/clothing/accessory/pin/corporate/zeng
|
||||
|
||||
@@ -51,10 +51,6 @@
|
||||
/obj/item/gun/energy/pistol = 1
|
||||
)
|
||||
|
||||
implants = list(
|
||||
/obj/item/implant/mindshield
|
||||
)
|
||||
|
||||
/datum/outfit/job/representative/post_equip(mob/living/carbon/human/H, visualsOnly)
|
||||
. = ..()
|
||||
if(H && !visualsOnly)
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
################################
|
||||
# Example Changelog File
|
||||
#
|
||||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||
#
|
||||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||
# When it is, any changes listed below will disappear.
|
||||
#
|
||||
# Valid Prefixes:
|
||||
# bugfix
|
||||
# wip (For works in progress)
|
||||
# tweak
|
||||
# soundadd
|
||||
# sounddel
|
||||
# rscadd (general adding of nice things)
|
||||
# rscdel (general deleting of nice things)
|
||||
# imageadd
|
||||
# imagedel
|
||||
# maptweak
|
||||
# spellcheck (typo fixes)
|
||||
# experiment
|
||||
# balance
|
||||
# admin
|
||||
# backend
|
||||
# security
|
||||
# refactor
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: GeneralCamo
|
||||
|
||||
# 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:
|
||||
- rscdel: "NanoTrasen Corporate Representatives aboard the SCCV Horizon are no longer required to have a mindshield implant. All existing implants have been complementarily removed during the last scheduled physical for all NanoTrasen Corporate Representatives."
|
||||
Reference in New Issue
Block a user