mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-28 02:52:28 +00:00
renamed a bunch of areas, naming tweaks elsewhere, added some custom mapplaced obj definitions
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -1,84 +1,76 @@
|
||||
|
||||
/area/xenoarchaeology
|
||||
/area/research_outpost
|
||||
name = "Research Outpost"
|
||||
icon_state = "anomaly"
|
||||
|
||||
/area/xenoarchaeology/hallway
|
||||
/area/research_outpost/hallway
|
||||
name = "Research Outpost Hallway"
|
||||
icon_state = "hallC"
|
||||
|
||||
/area/xenoarchaeology/gearstore
|
||||
/area/research_outpost/gearstore
|
||||
name = "Expedition Preparation"
|
||||
icon_state = "anog"
|
||||
|
||||
/area/xenoarchaeology/power
|
||||
/area/research_outpost/power
|
||||
name = "Research Outpost Power Substation"
|
||||
icon_state = "engine"
|
||||
|
||||
/area/xenoarchaeology/atmos
|
||||
/area/research_outpost/atmos
|
||||
name = "Research Outpost Maintenance"
|
||||
icon_state = "atmos"
|
||||
|
||||
/area/xenoarchaeology/maint
|
||||
/area/research_outpost/maint
|
||||
name = "Research Outpost Maintenance"
|
||||
icon_state = "maintcentral"
|
||||
|
||||
/area/xenoarchaeology/iso1
|
||||
/area/research_outpost/iso1
|
||||
name = "Isolation Cell"
|
||||
icon_state = "iso1"
|
||||
|
||||
/area/xenoarchaeology/iso2
|
||||
/area/research_outpost/iso2
|
||||
name = "Isolation Cell"
|
||||
icon_state = "iso2"
|
||||
|
||||
/area/xenoarchaeology/iso3
|
||||
/area/research_outpost/iso3
|
||||
name = "Isolation Cell"
|
||||
icon_state = "iso3"
|
||||
|
||||
/area/xenoarchaeology/harvesting
|
||||
/area/research_outpost/harvesting
|
||||
name = "Exotic Particles Collection"
|
||||
icon_state = "anolab"
|
||||
|
||||
/area/xenoarchaeology/shuttle1
|
||||
name = "Research Wing shuttle"
|
||||
icon_state = "shuttle"
|
||||
|
||||
/area/xenoarchaeology/shuttle2
|
||||
name = "Research Outpost shuttle"
|
||||
icon_state = "shuttle"
|
||||
|
||||
/area/xenoarchaeology/sample
|
||||
/area/research_outpost/sample
|
||||
name = "Sample Preparation Room"
|
||||
icon_state = "anosample"
|
||||
|
||||
/area/xenoarchaeology/spectro
|
||||
/area/research_outpost/spectro
|
||||
name = "Mass Spectrometry Lab"
|
||||
icon_state = "anospectro"
|
||||
|
||||
/area/xenoarchaeology/anomaly
|
||||
/area/research_outpost/anomaly
|
||||
name = "Anomalous Materials Lab"
|
||||
icon_state = "anolab"
|
||||
|
||||
/area/xenoarchaeology/med
|
||||
/area/research_outpost/med
|
||||
name = "Research Outpost Medbay"
|
||||
icon_state = "medbay3"
|
||||
|
||||
/area/xenoarchaeology/entry
|
||||
/area/research_outpost/entry
|
||||
name = "Research Outpost Shuttle Dock"
|
||||
icon_state = "entry"
|
||||
|
||||
/area/xenoarchaeology/longtermstorage
|
||||
/area/research_outpost/longtermstorage
|
||||
name = "Long-Term Storage"
|
||||
icon_state = "primarystorage"
|
||||
|
||||
/area/xenoarchaeology/tempstorage
|
||||
/area/research_outpost/tempstorage
|
||||
name = "Temporary Storage"
|
||||
icon_state = "storage"
|
||||
|
||||
/area/xenoarchaeology/maintstore1
|
||||
/area/research_outpost/maintstore1
|
||||
name = "Auxiliary Storage"
|
||||
icon_state = "auxstorage"
|
||||
|
||||
/area/xenoarchaeology/maintstore2
|
||||
name = "Auxiliary Storage"
|
||||
/area/research_outpost/maintstore2
|
||||
name = "Maintenance Storage"
|
||||
icon_state = "auxstorage"
|
||||
|
||||
@@ -111,3 +111,56 @@ obj/item/weapon/reagent_containers/glass/solution_tray/attackby(obj/item/weapon/
|
||||
new /obj/item/weapon/reagent_containers/glass/solution_tray( src )
|
||||
new /obj/item/weapon/reagent_containers/glass/solution_tray( src )
|
||||
new /obj/item/weapon/reagent_containers/glass/solution_tray( src )
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/tungsten
|
||||
name = "beaker 'tungsten'"
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("tungsten",50)
|
||||
update_icon()
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/oxygen
|
||||
name = "beaker 'oxygen'"
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("oxygen",50)
|
||||
update_icon()
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/sodium
|
||||
name = "beaker 'sodium'"
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("sodium",50)
|
||||
update_icon()
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/lithium
|
||||
name = "beaker 'lithium'"
|
||||
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("lithium",50)
|
||||
update_icon()
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/water
|
||||
name = "beaker 'water'"
|
||||
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("water",50)
|
||||
update_icon()
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/water
|
||||
name = "beaker 'water'"
|
||||
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("water",50)
|
||||
update_icon()
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/fuel
|
||||
name = "beaker 'fuel'"
|
||||
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("fuel",50)
|
||||
update_icon()
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
//---- Lockers and closets
|
||||
|
||||
/obj/structure/closet/secure_closet/xenoarchaeologist
|
||||
name = "Xenoarchaeologists's Locker"
|
||||
name = "Xenoarchaeologist Locker"
|
||||
req_access = list(access_tox_storage)
|
||||
icon_state = "secureres1"
|
||||
icon_closed = "secureres"
|
||||
@@ -97,3 +97,9 @@
|
||||
new /obj/item/clothing/glasses/meson(src)
|
||||
new /obj/item/weapon/pickaxe(src)
|
||||
return
|
||||
|
||||
//---- Isolation room air alarms
|
||||
|
||||
/obj/machinery/alarm/isolation
|
||||
name = "Isolation room air control"
|
||||
req_access = list(access_research)
|
||||
Reference in New Issue
Block a user