mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 10:32:08 +00:00
Flashproof the K'lax Hopeful helmet and additional Kataphract vessel tweaks. (#15217)
This commit is contained in:
@@ -311,7 +311,7 @@
|
||||
|
||||
/obj/item/clothing/head/helmet/unathi/klax
|
||||
name = "klaxan hopeful helmet"
|
||||
desc = "A helmet designated to be worn by a K'lax hopeful. The retrofit features a modified shape and an extra two eye visors.."
|
||||
desc = "A helmet designated to be worn by a K'lax hopeful. The retrofit features a modified shape and an extra two eye visors. Flash protection blocks many flashes, shielding sensitive Vaurca eyes."
|
||||
icon = 'icons/obj/vaurca_items.dmi'
|
||||
icon_state = "klax_hopeful_helmet"
|
||||
item_state = "klax_hopeful_helmet"
|
||||
@@ -325,6 +325,7 @@
|
||||
rad = ARMOR_RAD_RESISTANT
|
||||
)
|
||||
siemens_coefficient = 0.35
|
||||
flash_protection = FLASH_PROTECTION_MODERATE
|
||||
|
||||
/obj/item/clothing/head/helmet/tank
|
||||
name = "padded cap"
|
||||
|
||||
43
html/changelogs/connorjg1.yml
Normal file
43
html/changelogs/connorjg1.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
################################
|
||||
# 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: Connorjg1
|
||||
|
||||
# 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:
|
||||
- tweak: "K'lax Hopeful Helmets are now flash proof so Vaurca can fight with their eyes intact."
|
||||
- bugfix: "Fixes a door on the Kataphract vessel named incorrectly and fixes a wall in the way of re-fueling the vessel."
|
||||
|
||||
@@ -1821,7 +1821,7 @@
|
||||
/area/kataphract_chapter/port_solars_array)
|
||||
"ed" = (
|
||||
/obj/machinery/door/airlock/glass{
|
||||
name = "Chapter Cafeteria and Knight's Office";
|
||||
name = "Chapter Medical Bay";
|
||||
req_access = null;
|
||||
req_one_access = list(113)
|
||||
},
|
||||
@@ -2718,7 +2718,9 @@
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/kataphract_chapter/cafeteria)
|
||||
"fG" = (
|
||||
/obj/machinery/door/airlock/hatch,
|
||||
/obj/machinery/door/airlock/hatch{
|
||||
req_access = list(113)
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
@@ -3870,7 +3872,8 @@
|
||||
tag_chamber_sensor = "kataphract_shuttle_sensor";
|
||||
tag_exterior_door = "kataphract_shuttle_out";
|
||||
tag_exterior_sensor = "kataphract_shuttle_exterior_sensor";
|
||||
tag_interior_door = "kataphract_shuttle_in"
|
||||
tag_interior_door = "kataphract_shuttle_in";
|
||||
req_access = list(113)
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/shuttle/kataphract_shuttle/main_compartment)
|
||||
@@ -7849,11 +7852,6 @@
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/kataphract_chapter/medical)
|
||||
"ym" = (
|
||||
/obj/machinery/door/airlock/glass{
|
||||
name = "Chapter Cafeteria and Knight's Office";
|
||||
req_access = null;
|
||||
req_one_access = list(113)
|
||||
},
|
||||
/obj/structure/cable/green{
|
||||
d1 = 1;
|
||||
d2 = 2;
|
||||
@@ -7862,6 +7860,11 @@
|
||||
/obj/machinery/door/firedoor/noid,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/door/airlock/glass{
|
||||
name = "Chapter Medical Bay";
|
||||
req_access = null;
|
||||
req_one_access = list(113)
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/kataphract_chapter/medical)
|
||||
"yr" = (
|
||||
@@ -8160,7 +8163,8 @@
|
||||
master_tag = "kataphract_shuttle";
|
||||
name = "exterior access button";
|
||||
pixel_x = 23;
|
||||
pixel_y = -8
|
||||
pixel_y = -8;
|
||||
req_access = list(113)
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/shuttle/kataphract_shuttle/main_compartment)
|
||||
@@ -10021,7 +10025,8 @@
|
||||
frequency = 1380;
|
||||
id_tag = "kataphract_shuttle_sensor";
|
||||
pixel_x = 25;
|
||||
pixel_y = 7
|
||||
pixel_y = 7;
|
||||
req_access = list(113)
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/shuttle/kataphract_shuttle/main_compartment)
|
||||
@@ -10701,7 +10706,9 @@
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/kataphract_chapter/cic)
|
||||
"YX" = (
|
||||
/obj/machinery/door/airlock/hatch,
|
||||
/obj/machinery/door/airlock/hatch{
|
||||
req_access = list(113)
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
@@ -24332,7 +24339,7 @@ FX
|
||||
FX
|
||||
mi
|
||||
Hh
|
||||
Hh
|
||||
er
|
||||
sU
|
||||
ai
|
||||
GH
|
||||
|
||||
Reference in New Issue
Block a user