mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 01:18:40 +01:00
The Great Device Resprite and Contained Sprite-ening (#20344)
Don't let the large file size scare you, it's just mostly splitting stuff into contained sprites and putting them in the correct place. Anyway, resprites most non-resprited devices in devices.dmi, and puts them in contained sprites. Also puts any related /obj/item/device into contained sprites too. That's basically the long and short of it.
This commit is contained in:
@@ -3,12 +3,9 @@
|
||||
lexical_name = "tablet"
|
||||
desc = "A personal data assistant. The latest in portable microcomputer solutions from Thinktronic Systems LTD."
|
||||
icon = 'icons/obj/pda.dmi'
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/device/lefthand_device.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/device/righthand_device.dmi',
|
||||
)
|
||||
icon_state = "pda"
|
||||
item_state = "electronic"
|
||||
contained_sprite = TRUE
|
||||
icon_state_screensaver = "off"
|
||||
icon_state_unpowered = "pda"
|
||||
var/icon_add // this is the "bar" part in "pda-bar"
|
||||
|
||||
Reference in New Issue
Block a user