mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01:00
New Modular Computer Sprites
- New laptop sprite, currently only used for the elite model - New console sprite that matches pre-existing consoles Also fixes a bug with Pathfinder spawning
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/obj/item/modular_computer/console
|
||||
name = "console"
|
||||
desc = "A stationary computer."
|
||||
icon = 'icons/obj/modular_console.dmi'
|
||||
icon = 'icons/obj/modular_console_vr.dmi' //VOREStation Edit
|
||||
icon_state = "console"
|
||||
icon_state_unpowered = "console"
|
||||
icon_state_screensaver = "standby"
|
||||
|
||||
@@ -31,6 +31,9 @@
|
||||
battery_module = new/obj/item/weapon/computer_hardware/battery_module/advanced(src)
|
||||
battery_module.charge_to_full()
|
||||
|
||||
/obj/item/modular_computer/laptop/preset/custom_loadout/elite //VOREStation Add
|
||||
icon = 'icons/obj/modular_laptop_vr.dmi'
|
||||
|
||||
/obj/item/modular_computer/laptop/preset/custom_loadout/elite/install_default_hardware()
|
||||
..()
|
||||
processor_unit = new/obj/item/weapon/computer_hardware/processor_unit(src)
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
@@ -3958,6 +3958,9 @@
|
||||
/obj/item/device/radio/intercom/department/medbay{
|
||||
pixel_y = -24
|
||||
},
|
||||
/obj/effect/landmark/start{
|
||||
name = "Paramedic"
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/medical/medbay_emt_bay)
|
||||
"fP" = (
|
||||
@@ -18063,6 +18066,9 @@
|
||||
/obj/effect/floor_decal/corner/paleblue/border{
|
||||
dir = 6
|
||||
},
|
||||
/obj/effect/landmark/start{
|
||||
name = "Paramedic"
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/medical/medbay_emt_bay)
|
||||
"Bx" = (
|
||||
@@ -18278,7 +18284,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/landmark/start{
|
||||
name = "Pathfinder"
|
||||
name = "Paramedic"
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/medical/medbay_emt_bay)
|
||||
@@ -18460,7 +18466,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/landmark/start{
|
||||
name = "Pathfinder"
|
||||
name = "Paramedic"
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/medical/medbay_emt_bay)
|
||||
|
||||
+1
-1
@@ -2357,8 +2357,8 @@
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\animal\pets\fox_vr.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\animal\pets\parrot.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\animal\sif\diyaab.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\animal\sif\fluffy_vr.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\animal\sif\duck.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\animal\sif\fluffy_vr.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\animal\sif\frostfly.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\animal\sif\glitterfly.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\animal\sif\hooligan_crab.dm"
|
||||
|
||||
Reference in New Issue
Block a user