mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 09:00:25 +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:
@@ -391,8 +391,9 @@ Then check if it's true, if true return. This will stop the normal menu appearin
|
||||
//for revs to create their own central command reports
|
||||
/obj/item/device/announcer
|
||||
name = "relay positioning device"
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "locator"
|
||||
icon = 'icons/obj/item/device/gps.dmi'
|
||||
icon_state = "gps"
|
||||
item_state = "radio"
|
||||
desc_antag = "This device allows you to create a single central command report. It has only one use."
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user