Skip to content

Commit

Permalink
Ti'rakqi Smuggler Ship Fixes (#19653)
Browse files Browse the repository at this point in the history
As the title says. Approved by Unathi and Skrell Lore.

---------

Signed-off-by: beepbopbeepbop <[email protected]>
  • Loading branch information
beepbopbeepbop authored Aug 23, 2024
1 parent c1b97ec commit c268d8e
Show file tree
Hide file tree
Showing 5 changed files with 365 additions and 121 deletions.
32 changes: 32 additions & 0 deletions code/game/machinery/suit_cycler_units.dm
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,38 @@
suit = /obj/item/clothing/suit/space/void/coalition/xanu
helmet = /obj/item/clothing/head/helmet/space/void/coalition/xanu

/obj/machinery/suit_cycler/offship/skrell
model_text = "Qerr'Zolvq Industries"
req_access = list(ACCESS_SKRELL)
departments = list("Nralakk")
species = list(BODYTYPE_SKRELL)
mask = /obj/item/clothing/mask/breath/skrell

/obj/machinery/suit_cycler/offship/skrell/black
suit = /obj/item/clothing/suit/space/void/skrell/black
helmet = /obj/item/clothing/head/helmet/space/void/skrell/black

/obj/machinery/suit_cycler/offship/skrell/white
suit = /obj/item/clothing/suit/space/void/skrell/white
helmet = /obj/item/clothing/head/helmet/space/void/skrell/white

/obj/machinery/suit_cycler/offship/skrell/kala
model_text = "Qukala"
suit = /obj/item/clothing/suit/space/void/kala
helmet = /obj/item/clothing/head/helmet/space/void/kala

/obj/machinery/suit_cycler/offship/skrell/kala/engineering
suit = /obj/item/clothing/suit/space/void/kala/engineering
helmet = /obj/item/clothing/head/helmet/space/void/kala/engineering

/obj/machinery/suit_cycler/offship/skrell/kala/med
suit = /obj/item/clothing/suit/space/void/kala/med
helmet = /obj/item/clothing/head/helmet/space/void/kala/med

/obj/machinery/suit_cycler/offship/skrell/kala/leader
suit = /obj/item/clothing/suit/space/void/kala/leader
helmet = /obj/item/clothing/head/helmet/space/void/kala/leader

/obj/machinery/suit_cycler/offship/tarwa
model_text = "Tarwa Conglomerate"
req_access = list(ACCESS_UNATHI_PIRATE)
Expand Down
58 changes: 58 additions & 0 deletions html/changelogs/notagonk_tirakqi.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: not-a-gonk

# 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:
- rscadd: "Adds the Tirakqi Smuggler ship to Uueoa-esa."
2 changes: 1 addition & 1 deletion maps/away/ships/tirakqi_smuggler/tirakqi_smuggler.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
prefix = "ships/tirakqi_smuggler/"
suffix = "tirakqi_smuggler.dmm"

sectors = list(SECTOR_TAU_CETI, SECTOR_ROMANOVICH, SECTOR_CORP_ZONE, SECTOR_VALLEY_HALE, SECTOR_BADLANDS)
sectors = list(ALL_TAU_CETI_SECTORS, ALL_BADLAND_SECTORS)
spawn_weight = 1
ship_cost = 1
id = "tirakqi_smuggler"
Expand Down
Loading

0 comments on commit c268d8e

Please sign in to comment.