mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Some quick fixes
- Fixes pathing error for ship capsules - Adds a decal to all capsules - Updates the Military capsule a bit - Fixes a pathing error in an underdark POI
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
shelter_id = "shelter_epsilon"
|
shelter_id = "shelter_epsilon"
|
||||||
description = "An escape pod, with a mediocre amount of supplies \
|
description = "An escape pod, with a mediocre amount of supplies \
|
||||||
for escaping a dying ship as soon as possible."
|
for escaping a dying ship as soon as possible."
|
||||||
mappath = "maps/tether/submaps/om_ships/shelter_5.dmm"
|
mappath = "maps/offmap_vr/om_ships/shelter_5.dmm"
|
||||||
|
|
||||||
/datum/map_template/shelter/zeta
|
/datum/map_template/shelter/zeta
|
||||||
name = "Shelter Zeta"
|
name = "Shelter Zeta"
|
||||||
@@ -104,7 +104,7 @@
|
|||||||
a shield generator, and extremely advanced technology. It is \
|
a shield generator, and extremely advanced technology. It is \
|
||||||
unknown who manufactued a vessel like this, as it is beyond the \
|
unknown who manufactued a vessel like this, as it is beyond the \
|
||||||
technology level of most contemporary powers."
|
technology level of most contemporary powers."
|
||||||
mappath = "maps/tether/submaps/om_ships/shelter_6.dmm"
|
mappath = "maps/offmap_vr/om_ships/shelter_6.dmm"
|
||||||
|
|
||||||
/datum/map_template/shelter/phi
|
/datum/map_template/shelter/phi
|
||||||
name = "Shelter Phi"
|
name = "Shelter Phi"
|
||||||
|
|||||||
@@ -80,6 +80,7 @@
|
|||||||
"n" = (
|
"n" = (
|
||||||
/obj/structure/fans/tiny,
|
/obj/structure/fans/tiny,
|
||||||
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
||||||
|
/obj/effect/floor_decal/industrial/danger/full,
|
||||||
/turf/simulated/shuttle/floor/voidcraft,
|
/turf/simulated/shuttle/floor/voidcraft,
|
||||||
/area/survivalpod)
|
/area/survivalpod)
|
||||||
"o" = (
|
"o" = (
|
||||||
|
|||||||
@@ -203,6 +203,7 @@
|
|||||||
"D" = (
|
"D" = (
|
||||||
/obj/structure/fans/tiny,
|
/obj/structure/fans/tiny,
|
||||||
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
||||||
|
/obj/effect/floor_decal/industrial/danger/full,
|
||||||
/turf/simulated/shuttle/floor/voidcraft,
|
/turf/simulated/shuttle/floor/voidcraft,
|
||||||
/area/survivalpod)
|
/area/survivalpod)
|
||||||
"E" = (
|
"E" = (
|
||||||
|
|||||||
@@ -93,6 +93,7 @@
|
|||||||
"p" = (
|
"p" = (
|
||||||
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
||||||
/obj/structure/fans/tiny,
|
/obj/structure/fans/tiny,
|
||||||
|
/obj/effect/floor_decal/industrial/danger/full,
|
||||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||||
/area/survivalpod)
|
/area/survivalpod)
|
||||||
"q" = (
|
"q" = (
|
||||||
|
|||||||
@@ -419,7 +419,8 @@
|
|||||||
icon_state = "tube1";
|
icon_state = "tube1";
|
||||||
dir = 4
|
dir = 4
|
||||||
},
|
},
|
||||||
/obj/machinery/chemical_dispenser/ert,
|
/obj/structure/table/steel_reinforced,
|
||||||
|
/obj/machinery/chemical_dispenser/ert/specialops,
|
||||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||||
/area/survivalpod)
|
/area/survivalpod)
|
||||||
"T" = (
|
"T" = (
|
||||||
|
|||||||
@@ -280,8 +280,10 @@
|
|||||||
"D" = (
|
"D" = (
|
||||||
/obj/structure/fans/tiny,
|
/obj/structure/fans/tiny,
|
||||||
/obj/machinery/door/airlock/voidcraft/survival_pod{
|
/obj/machinery/door/airlock/voidcraft/survival_pod{
|
||||||
|
destroy_hits = 100;
|
||||||
id_tag = "shelter_gamma"
|
id_tag = "shelter_gamma"
|
||||||
},
|
},
|
||||||
|
/obj/effect/floor_decal/industrial/danger/full,
|
||||||
/turf/simulated/shuttle/floor/voidcraft,
|
/turf/simulated/shuttle/floor/voidcraft,
|
||||||
/area/survivalpod)
|
/area/survivalpod)
|
||||||
"E" = (
|
"E" = (
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
/area/mine/explored/underdark)
|
/area/mine/explored/underdark)
|
||||||
"f" = (
|
"f" = (
|
||||||
/obj/item/clothing/suit/storage/toggle/hoodie/blue,
|
/obj/item/clothing/suit/storage/toggle/hoodie/blue,
|
||||||
/obj/item/clothing/shoes/slippers_worn,
|
/obj/item/clothing/shoes/slippers/worn,
|
||||||
/turf/simulated/floor/tiled/kafel_full/yellow/virgo3b,
|
/turf/simulated/floor/tiled/kafel_full/yellow/virgo3b,
|
||||||
/area/mine/explored/underdark)
|
/area/mine/explored/underdark)
|
||||||
"g" = (
|
"g" = (
|
||||||
|
|||||||
Reference in New Issue
Block a user