mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
Merge pull request #37206 from AutomaticFrenzy/patch/pixel-z
Correct some pixel_z issues
This commit is contained in:
committed by
CitadelStationBot
parent
f98040513a
commit
de896c2929
@@ -243,7 +243,7 @@
|
|||||||
/area/shuttle/abandoned)
|
/area/shuttle/abandoned)
|
||||||
"az" = (
|
"az" = (
|
||||||
/obj/structure/sink/kitchen{
|
/obj/structure/sink/kitchen{
|
||||||
pixel_z = 30
|
pixel_y = 30
|
||||||
},
|
},
|
||||||
/obj/effect/decal/cleanable/dirt{
|
/obj/effect/decal/cleanable/dirt{
|
||||||
desc = "A thin layer of dust coating the floor.";
|
desc = "A thin layer of dust coating the floor.";
|
||||||
|
|||||||
@@ -961,8 +961,7 @@
|
|||||||
},
|
},
|
||||||
/obj/item/melee/transforming/energy/sword/pirate{
|
/obj/item/melee/transforming/energy/sword/pirate{
|
||||||
pixel_x = 12;
|
pixel_x = 12;
|
||||||
pixel_y = 7;
|
pixel_y = 7
|
||||||
pixel_z = 0
|
|
||||||
},
|
},
|
||||||
/obj/effect/decal/cleanable/dirt,
|
/obj/effect/decal/cleanable/dirt,
|
||||||
/obj/effect/decal/cleanable/dirt,
|
/obj/effect/decal/cleanable/dirt,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
icon_state = "hydrotray"
|
icon_state = "hydrotray"
|
||||||
density = TRUE
|
density = TRUE
|
||||||
anchored = TRUE
|
anchored = TRUE
|
||||||
pixel_y = 8
|
pixel_z = 8
|
||||||
obj_flags = CAN_BE_HIT | UNIQUE_RENAME
|
obj_flags = CAN_BE_HIT | UNIQUE_RENAME
|
||||||
circuit = /obj/item/circuitboard/machine/hydroponics
|
circuit = /obj/item/circuitboard/machine/hydroponics
|
||||||
var/waterlevel = 100 //The amount of water in the tray (max 100)
|
var/waterlevel = 100 //The amount of water in the tray (max 100)
|
||||||
|
|||||||
Reference in New Issue
Block a user