mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Small tweaks
This commit is contained in:
+26
-10
@@ -584,23 +584,22 @@
|
||||
icon_state = "sp_rphoron"
|
||||
window_type = /obj/structure/window/bay/phoronreinforced
|
||||
|
||||
/obj/effect/low_wall_spawner/bay/grille
|
||||
icon = 'icons/obj/wall_frame_bay.dmi'
|
||||
icon_state = "sp_glass_g"
|
||||
low_wall_type = /obj/structure/low_wall/bay
|
||||
/obj/effect/low_wall_spawner/bay/reinforced
|
||||
icon_state = "spr_glass_g"
|
||||
low_wall_type = /obj/structure/low_wall/bay/reinforced
|
||||
grille_type = /obj/structure/grille/bay
|
||||
window_type = /obj/structure/window/bay
|
||||
|
||||
/obj/effect/low_wall_spawner/bay/grille/rglass
|
||||
icon_state = "sp_rglass_g"
|
||||
/obj/effect/low_wall_spawner/bay/reinforced/rglass
|
||||
icon_state = "spr_rglass_g"
|
||||
window_type = /obj/structure/window/bay/reinforced
|
||||
|
||||
/obj/effect/low_wall_spawner/bay/grille/phoron
|
||||
icon_state = "sp_phoron_g"
|
||||
/obj/effect/low_wall_spawner/bay/reinforced/phoron
|
||||
icon_state = "spr_phoron_g"
|
||||
window_type = /obj/structure/window/bay/phoronbasic
|
||||
|
||||
/obj/effect/low_wall_spawner/bay/grille/rphoron
|
||||
icon_state = "sp_rphoron_g"
|
||||
/obj/effect/low_wall_spawner/bay/reinforced/rphoron
|
||||
icon_state = "spr_rphoron_g"
|
||||
window_type = /obj/structure/window/bay/phoronreinforced
|
||||
|
||||
// Eris types
|
||||
@@ -621,3 +620,20 @@
|
||||
/obj/effect/low_wall_spawner/eris/rphoron
|
||||
icon_state = "sp_rphoron"
|
||||
window_type = /obj/structure/window/eris/phoronreinforced
|
||||
|
||||
/obj/effect/low_wall_spawner/eris/reinforced
|
||||
icon_state = "spr_glass"
|
||||
low_wall_type = /obj/structure/low_wall/eris/reinforced
|
||||
window_type = /obj/structure/window/eris
|
||||
|
||||
/obj/effect/low_wall_spawner/eris/reinforced/rglass
|
||||
icon_state = "spr_rglass"
|
||||
window_type = /obj/structure/window/eris/reinforced
|
||||
|
||||
/obj/effect/low_wall_spawner/eris/reinforced/phoron
|
||||
icon_state = "spr_phoron"
|
||||
window_type = /obj/structure/window/eris/phoronbasic
|
||||
|
||||
/obj/effect/low_wall_spawner/eris/reinforced/rphoron
|
||||
icon_state = "spr_rphoron"
|
||||
window_type = /obj/structure/window/eris/phoronreinforced
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.0 KiB |
+1
-1
@@ -1459,6 +1459,7 @@
|
||||
#include "code\game\objects\structures\ledges.dm"
|
||||
#include "code\game\objects\structures\lightpost.dm"
|
||||
#include "code\game\objects\structures\loot_piles.dm"
|
||||
#include "code\game\objects\structures\low_wall.dm"
|
||||
#include "code\game\objects\structures\map_blocker_vr.dm"
|
||||
#include "code\game\objects\structures\medical_stand_vr.dm"
|
||||
#include "code\game\objects\structures\mirror.dm"
|
||||
@@ -1480,7 +1481,6 @@
|
||||
#include "code\game\objects\structures\transit_tubes.dm"
|
||||
#include "code\game\objects\structures\trash_pile_vr.dm"
|
||||
#include "code\game\objects\structures\under_wardrobe.dm"
|
||||
#include "code\game\objects\structures\wall_frame.dm"
|
||||
#include "code\game\objects\structures\watercloset.dm"
|
||||
#include "code\game\objects\structures\watercloset_vr.dm"
|
||||
#include "code\game\objects\structures\windoor_assembly.dm"
|
||||
|
||||
Reference in New Issue
Block a user