mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +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"
|
||||
description = "An escape pod, with a mediocre amount of supplies \
|
||||
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
|
||||
name = "Shelter Zeta"
|
||||
@@ -104,7 +104,7 @@
|
||||
a shield generator, and extremely advanced technology. It is \
|
||||
unknown who manufactued a vessel like this, as it is beyond the \
|
||||
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
|
||||
name = "Shelter Phi"
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
"n" = (
|
||||
/obj/structure/fans/tiny,
|
||||
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
||||
/obj/effect/floor_decal/industrial/danger/full,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"o" = (
|
||||
|
||||
@@ -203,6 +203,7 @@
|
||||
"D" = (
|
||||
/obj/structure/fans/tiny,
|
||||
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
||||
/obj/effect/floor_decal/industrial/danger/full,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"E" = (
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
"p" = (
|
||||
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
||||
/obj/structure/fans/tiny,
|
||||
/obj/effect/floor_decal/industrial/danger/full,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"q" = (
|
||||
|
||||
@@ -419,7 +419,8 @@
|
||||
icon_state = "tube1";
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/chemical_dispenser/ert,
|
||||
/obj/structure/table/steel_reinforced,
|
||||
/obj/machinery/chemical_dispenser/ert/specialops,
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"T" = (
|
||||
|
||||
@@ -280,8 +280,10 @@
|
||||
"D" = (
|
||||
/obj/structure/fans/tiny,
|
||||
/obj/machinery/door/airlock/voidcraft/survival_pod{
|
||||
destroy_hits = 100;
|
||||
id_tag = "shelter_gamma"
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/danger/full,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"E" = (
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
/area/mine/explored/underdark)
|
||||
"f" = (
|
||||
/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,
|
||||
/area/mine/explored/underdark)
|
||||
"g" = (
|
||||
|
||||
Reference in New Issue
Block a user