wawastation stand-in shuttle (#84232)

## About The Pull Request

![image](https://github.com/tgstation/tgstation/assets/70376633/1eacee70-2cdf-4d46-b653-d093d3112b7e)
"Due to a recent clerical error in the funding department, a lot of
funding went to lizard plushies. Due to the costs, Nanotrasen has
supplied a nearby garbage truck as a stand-in. Better learn how to share
spots."
## Why It's Good For The Game
every station has its shuttle

## Changelog
🆑
add: wawastation stand-in shuttle
/🆑
This commit is contained in:
jimmyl
2024-06-24 17:12:57 -07:00
committed by GitHub
parent 01c7d02252
commit af12bccef8
5 changed files with 1112 additions and 5 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -7,7 +7,7 @@
"cargo": "cargo_box",
"ferry": "ferry_fancy",
"whiteship": "whiteship_meta",
"emergency": "emergency_tram"
"emergency": "emergency_wawa"
},
"traits": [
{
+7
View File
@@ -265,6 +265,13 @@
description = "We pulled this one out of Mothball just for you!"
occupancy_limit = "40"
/datum/map_template/shuttle/emergency/wawa
suffix = "wawa"
name = "Wawa Stand-in Emergency Shuttle"
description = "Due to a recent clerical error in the funding department, a lot of funding went to lizard plushies. Due to the costs, Nanotrasen has supplied a nearby garbage truck as a stand-in. Better learn how to share spots."
credit_cost = CARGO_CRATE_VALUE * 6
occupancy_limit = "25"
/datum/map_template/shuttle/emergency/scrapheap
suffix = "scrapheap"
name = "Standby Evacuation Vessel \"Scrapheap Challenge\""
+2
View File
@@ -51,3 +51,5 @@
light_color = LIGHT_COLOR_BLUE
light_range = 4
/obj/structure/fans/tiny/shield/wrench_act(mob/living/user, obj/item/I)
return ITEM_INTERACT_SKIP_TO_ATTACK //how you gonna wrench disassemble a shield?????????
+1 -4
View File
@@ -26,6 +26,7 @@
. = ..()
alpha = 0
gen_overlay()
air_update_turf(TRUE, TRUE)
/obj/structure/plasticflaps/on_changed_z_level(turf/old_turf, turf/new_turf, same_z_layer, notify_contents)
if(same_z_layer)
@@ -127,10 +128,6 @@
/obj/structure/plasticflaps/atom_deconstruct(disassembled = TRUE)
new /obj/item/stack/sheet/plastic/five(loc)
/obj/structure/plasticflaps/Initialize(mapload)
. = ..()
air_update_turf(TRUE, TRUE)
/obj/structure/plasticflaps/Destroy()
var/atom/oldloc = loc
. = ..()