mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-15 18:06:57 +01:00
Map fixes, gravity fixes, many fixes
This commit is contained in:
@@ -386,36 +386,47 @@
|
||||
|
||||
/area/solar/gravity
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
|
||||
/area/solar/fore/gravity
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
|
||||
/area/solar/aft/gravity
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
|
||||
/area/solar/aux/port/gravity
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
|
||||
/area/solar/aux/starboard/gravity
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
|
||||
/area/solar/starboard/gravity
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
|
||||
/area/solar/starboard/aft/gravity
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
|
||||
/area/solar/starboard/fore/gravity
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
|
||||
/area/solar/port/gravity
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
|
||||
/area/solar/port/aft/gravity
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
|
||||
/area/solar/port/fore/gravity
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
|
||||
|
||||
//Solar Maint
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
*/
|
||||
/area/holodeck/rec_center
|
||||
name = "\improper Recreational Holodeck"
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
|
||||
/area/holodeck/rec_center/offline
|
||||
name = "Holodeck - Offline"
|
||||
|
||||
@@ -694,7 +694,7 @@
|
||||
. = ..()
|
||||
|
||||
/obj/structure/flora/crystal/medium
|
||||
name = "small crystals"
|
||||
name = "medium crystals"
|
||||
icon = 'icons/obj/flora/layeniamedium.dmi'
|
||||
pixel_x = -16
|
||||
pixel_y = -3
|
||||
@@ -705,7 +705,7 @@
|
||||
|
||||
//Medium crystal growths
|
||||
/obj/structure/flora/crystal/medium/growth
|
||||
name = "small crystals"
|
||||
name = "medium crystals"
|
||||
desc = "A growth of medium crystals"
|
||||
icon_state = "crystalgrowth"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user