mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 02:17:06 +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:
@@ -281,5 +281,6 @@
|
||||
/obj/item/device/toner
|
||||
name = "toner cartridge"
|
||||
desc = "A high-definition toner for colour photocopying and printer machines. Good thing it's a business expense."
|
||||
icon = 'icons/obj/item/device/toner.dmi'
|
||||
icon_state = "tonercartridge"
|
||||
var/toner_amount = 30
|
||||
|
||||
@@ -320,7 +320,6 @@ var/global/photo_count = 0
|
||||
desc = "A slightly antiquated camera with a large flash bulb. Still popular with Tajara all over Adhomai."
|
||||
icon_state = "taj_camera_on"
|
||||
item_state = "taj_camera"
|
||||
contained_sprite = TRUE
|
||||
slot_flags = SLOT_MASK
|
||||
black_white = TRUE
|
||||
icon_on = "taj_camera_on"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
which were once staples of Tajaran offices - have slowly become more uncommon. That \
|
||||
said, rural areas and less urban parts of the planet still rely heavily on these machines."
|
||||
icon_state = "typewriter"
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon = 'icons/obj/bureaucracy.dmi'
|
||||
force = 25
|
||||
throwforce = 5
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
|
||||
Reference in New Issue
Block a user