mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
wawastation stand-in shuttle (#84232)
## About The Pull Request  "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:
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@
|
||||
"cargo": "cargo_box",
|
||||
"ferry": "ferry_fancy",
|
||||
"whiteship": "whiteship_meta",
|
||||
"emergency": "emergency_tram"
|
||||
"emergency": "emergency_wawa"
|
||||
},
|
||||
"traits": [
|
||||
{
|
||||
|
||||
@@ -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\""
|
||||
|
||||
@@ -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?????????
|
||||
|
||||
@@ -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
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user