Skip to content

Commit

Permalink
van fixes + minor map fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenith00000 authored and Drulikar committed Jun 18, 2024
1 parent 13f1606 commit 9422f66
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 34 deletions.
2 changes: 1 addition & 1 deletion code/modules/vehicles/hardpoints/wheels/van_wheels.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/item/hardpoint/locomotion/van_wheels
name = "\improper Van wheels"
name = "vehicle wheels"
desc = "Integral to the movement of the van"
icon = 'icons/obj/vehicles/hardpoints/van.dmi'

Expand Down
7 changes: 1 addition & 6 deletions code/modules/vehicles/van/pizza_van.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
icon = 'icons/obj/vehicles/pizza_van.dmi'
icon_state = "van_base"

/obj/effect/vehicle_spawner/box_van/pizza_van/Initialize()
. = ..()
spawn_vehicle()
qdel(src)

//PRESET: no hardpoints
/obj/effect/vehicle_spawner/box_van/pizza_van/spawn_vehicle()

Expand All @@ -49,5 +44,5 @@
handle_direction(PIZZA)
PIZZA.update_icon()

/obj/effect/vehicle_spawner/pizza_van/fixed/load_hardpoints(obj/vehicle/multitile/box_van/pizza_van/V)
/obj/effect/vehicle_spawner/box_van/pizza_van/fixed/load_hardpoints(obj/vehicle/multitile/box_van/pizza_van/V)
V.add_hardpoint(new /obj/item/hardpoint/locomotion/van_wheels)
47 changes: 20 additions & 27 deletions maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -15873,6 +15873,10 @@
/obj/structure/noticeboard{
pixel_y = 30
},
/obj/item/reagent_container/glass/bucket{
pixel_x = -11;
pixel_y = 1
},
/turf/open/floor/prison{
dir = 9;
icon_state = "darkbrown2"
Expand Down Expand Up @@ -60918,14 +60922,6 @@
/obj/structure/machinery/portable_atmospherics/canister/empty/phoron,
/turf/open/floor/corsat,
/area/lv759/indoors/power_plant/gas_generators)
"iJW" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_y = 4;
pixel_x = 2
},
/turf/closed/wall/hybrisa/spaceport,
/area/lv759/indoors/spaceport/cuppajoes)
"iJY" = (
/obj/structure/platform/strata/metal{
dir = 4
Expand Down Expand Up @@ -74297,14 +74293,6 @@
},
/turf/open/auto_turf/hybrisashale/layer1,
/area/lv759/indoors/caves/north_east_caves)
"kFo" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_y = 4;
pixel_x = 2
},
/turf/closed/wall/hybrisa/spaceport_reinforced,
/area/lv759/indoors/spaceport/cuppajoes)
"kFs" = (
/obj/structure/platform/hybrisa/metalplatform6,
/obj/structure/platform/hybrisa/metalplatform6{
Expand Down Expand Up @@ -77324,10 +77312,6 @@
/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
pixel_x = 4
},
/obj/structure/window/reinforced{
dir = 4;
pixel_y = 4
},
/turf/open/floor/strata{
icon_state = "floor3"
},
Expand Down Expand Up @@ -79523,10 +79507,11 @@
},
/area/lv759/indoors/hospital/reception)
"lrl" = (
/obj/structure/surface/rack,
/obj/effect/spawner/random/tool,
/obj/effect/spawner/random/tech_supply,
/obj/item/weapon/twohanded/breacher/synth,
/obj/structure/closet,
/obj/item/clothing/suit/hybrisa/engineering_utility_oversuit,
/obj/item/clothing/suit/hybrisa/engineering_utility_oversuit/alt,
/obj/item/clothing/under/hybrisa/engineering_utility,
/obj/item/clothing/under/hybrisa/engineering_utility/alt,
/turf/open/floor/prison{
dir = 10;
icon_state = "darkbrown2"
Expand Down Expand Up @@ -107166,6 +107151,10 @@
/obj/effect/decal/warning_stripes{
icon_state = "NW-out"
},
/obj/item/reagent_container/glass/bucket{
pixel_x = -9;
pixel_y = 9
},
/turf/open/floor/prison{
dir = 1;
icon_state = "darkbrown2"
Expand Down Expand Up @@ -161507,8 +161496,12 @@
/turf/open/floor/hybrisa/tile/tilegreen,
/area/lv759/indoors/garage_reception)
"xas" = (
/obj/structure/machinery/cm_vending/clothing/synth/snowflake,
/obj/structure/machinery/light,
/obj/structure/surface/rack,
/obj/item/storage/pouch/construction,
/obj/item/tool/surgery/synthgraft,
/obj/effect/spawner/random/tool,
/obj/effect/spawner/random/tech_supply,
/turf/open/floor/prison{
icon_state = "darkbrown2"
},
Expand Down Expand Up @@ -180215,9 +180208,9 @@ tGD
ygN
pNQ
hhE
kFo
hhE
hXw
hXw
iJW
tdH
cBg
kUz
Expand Down

0 comments on commit 9422f66

Please sign in to comment.