Skip to content

Commit

Permalink
Offship Bugfixes - Kois moment. (#20478)
Browse files Browse the repository at this point in the history
Changes the empty kois freezers to be full on the Kataphract, Hephaestus
Security, and Idris offships. Technically, the Hephaestus offship
already had pre-made kois food added, but I really don't think its
enough. So, they'll keep the pre-made food and gain the uncooked kois.

Also, fixes #20465
  • Loading branch information
courierbravo authored Feb 21, 2025
1 parent b95079a commit de8103a
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 3 deletions.
58 changes: 58 additions & 0 deletions html/changelogs/courierbravo - koismappingfixes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
################################
# 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
# - (fixes bugs)
# wip
# - (work in progress)
# qol
# - (quality of life)
# soundadd
# - (adds a sound)
# sounddel
# - (removes a sound)
# rscadd
# - (adds a feature)
# rscdel
# - (removes a feature)
# imageadd
# - (adds an image or sprite)
# imagedel
# - (removes an image or sprite)
# spellcheck
# - (fixes spelling or grammar)
# experiment
# - (experimental change)
# balance
# - (balance changes)
# code_imp
# - (misc internal code change)
# refactor
# - (refactors code)
# config
# - (makes a change to the config files)
# admin
# - (makes changes to administrator tools)
# server
# - (miscellaneous changes to server)
#################################

# Your name.
author: CourierBravo

# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
changes:
- bugfix: "Replaced empty kois freezers with full ones on the following maps: Kataphract ship, Hephaestus Security ship, Idris Cruise ship."
2 changes: 1 addition & 1 deletion maps/away/ships/heph/heph_security/heph_security.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4959,7 +4959,7 @@
/obj/item/reagent_containers/food/snacks/koissteak,
/obj/item/reagent_containers/food/snacks/koissteak,
/obj/item/reagent_containers/food/snacks/koismuffin,
/obj/structure/closet/secure_closet/freezer/kois,
/obj/structure/closet/secure_closet/freezer/kois/spores,
/turf/simulated/floor/tiled/freezer{
name = "cooled tiles";
temperature = 253.15
Expand Down
2 changes: 1 addition & 1 deletion maps/away/ships/idris/idris_cruiser.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -13383,7 +13383,7 @@
/area/ship/idris_cruiser/breakroom)
"Wu" = (
/obj/effect/floor_decal/industrial/outline/yellow,
/obj/structure/closet/secure_closet/freezer/kois,
/obj/structure/closet/secure_closet/freezer/kois/spores,
/turf/simulated/floor/tiled/full,
/area/ship/idris_cruiser/cargo_bay)
"Wv" = (
Expand Down
2 changes: 1 addition & 1 deletion maps/away/ships/kataphracts/kataphract_ship.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4810,8 +4810,8 @@
/turf/simulated/floor/wood,
/area/kataphract_chapter/office)
"yu" = (
/obj/structure/closet/secure_closet/freezer/kois,
/obj/effect/floor_decal/corner_wide/grey/diagonal,
/obj/structure/closet/secure_closet/freezer/kois/spores,
/turf/simulated/floor/tiled/white,
/area/kataphract_chapter/mess)
"yC" = (
Expand Down

0 comments on commit de8103a

Please sign in to comment.