mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Swap elite and hybrid laptop sprites
This commit is contained in:
@@ -20,13 +20,21 @@
|
|||||||
battery_module = new/obj/item/weapon/computer_hardware/battery_module/super(src)
|
battery_module = new/obj/item/weapon/computer_hardware/battery_module/super(src)
|
||||||
battery_module.charge_to_full()
|
battery_module.charge_to_full()
|
||||||
|
|
||||||
|
//Fancy Schmancy - this is defined in normal file, just swapping the icon
|
||||||
|
/obj/item/modular_computer/laptop/preset/custom_loadout/elite
|
||||||
|
name = "elite laptop computer"
|
||||||
|
desc = "Fancy shcmancy laptop."
|
||||||
|
icon_state_unpowered = "elite-open"
|
||||||
|
icon_state = "elite-open"
|
||||||
|
icon_state_closed = "elite-closed"
|
||||||
|
|
||||||
//Alien/Human hybrid tech
|
//Alien/Human hybrid tech
|
||||||
/obj/item/modular_computer/laptop/preset/custom_loadout/hybrid
|
/obj/item/modular_computer/laptop/preset/custom_loadout/hybrid
|
||||||
name = "hybrid laptop computer"
|
name = "hybrid laptop computer"
|
||||||
desc = "Weird glowy alien/human crossover tech."
|
desc = "Weird glowy alien/human crossover tech."
|
||||||
icon_state_unpowered = "xenoware-open"
|
icon_state_unpowered = "hybrid-open"
|
||||||
icon_state = "xenoware-open"
|
icon_state = "hybrid-open"
|
||||||
icon_state_closed = "xenoware-closed"
|
icon_state_closed = "hybrid-closed"
|
||||||
|
|
||||||
/obj/item/modular_computer/laptop/preset/custom_loadout/hybrid/install_default_hardware()
|
/obj/item/modular_computer/laptop/preset/custom_loadout/hybrid/install_default_hardware()
|
||||||
..()
|
..()
|
||||||
@@ -38,11 +46,3 @@
|
|||||||
card_slot = new/obj/item/weapon/computer_hardware/card_slot(src)
|
card_slot = new/obj/item/weapon/computer_hardware/card_slot(src)
|
||||||
battery_module = new/obj/item/weapon/computer_hardware/battery_module/lambda(src)
|
battery_module = new/obj/item/weapon/computer_hardware/battery_module/lambda(src)
|
||||||
battery_module.charge_to_full()
|
battery_module.charge_to_full()
|
||||||
|
|
||||||
//Fancy Schmancy - this is defined in normal file, just swapping the icon
|
|
||||||
/obj/item/modular_computer/laptop/preset/custom_loadout/elite
|
|
||||||
name = "elite laptop computer"
|
|
||||||
desc = "Gold trim on a laptop? Why not."
|
|
||||||
icon_state_unpowered = "super-open"
|
|
||||||
icon_state = "super-open"
|
|
||||||
icon_state_closed = "super-closed"
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user