mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Map and icon fixes
This commit is contained in:
@@ -49915,10 +49915,14 @@
|
||||
pixel_y = 25;
|
||||
req_access_txt = "28"
|
||||
},
|
||||
/obj/machinery/ticket_machine_button{
|
||||
/obj/machinery/light_switch{
|
||||
pixel_x = -4;
|
||||
pixel_y = 36
|
||||
},
|
||||
/obj/machinery/ticket_machine_button{
|
||||
pixel_x = -22;
|
||||
pixel_y = 4
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
dir = 9;
|
||||
icon_state = "blue"
|
||||
@@ -49947,10 +49951,6 @@
|
||||
pixel_x = 0;
|
||||
pixel_y = 30
|
||||
},
|
||||
/obj/machinery/light_switch{
|
||||
pixel_x = 10;
|
||||
pixel_y = 34
|
||||
},
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/crew_quarters/heads)
|
||||
"bOD" = (
|
||||
@@ -55015,6 +55015,10 @@
|
||||
icon_state = "4";
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/ticket_machine{
|
||||
layer = 4;
|
||||
pixel_y = 32
|
||||
},
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/hallway/primary/central/sw)
|
||||
"bWT" = (
|
||||
@@ -57324,9 +57328,11 @@
|
||||
})
|
||||
"caw" = (
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/obj/machinery/ticket_machine{
|
||||
/obj/machinery/status_display{
|
||||
density = 0;
|
||||
layer = 4;
|
||||
pixel_x = 32
|
||||
pixel_x = 32;
|
||||
pixel_y = 0
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
dir = 4;
|
||||
|
||||
@@ -67,8 +67,8 @@
|
||||
/obj/machinery/ticket_machine_button
|
||||
name = "increment ticket counter"
|
||||
desc = "Use this button after you've served someone to tell the next person to come forward."
|
||||
icon = 'icons/obj/power.dmi'
|
||||
icon_state = "crema_switch"
|
||||
icon = 'icons/obj/objects.dmi'
|
||||
icon_state = "launcherbtt"
|
||||
req_access = list()
|
||||
var/id = 1
|
||||
var/cooldown = FALSE
|
||||
|
||||
Reference in New Issue
Block a user