-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes Device.dmi overrides (Updates T-Ray, Geiger Counter, and Anay…
…zer sprites) (#1712) * remove overrides (except for EMPnade and Multitool) * remove comments from stuff that just isnt overridden anywhere also: spaces! * move override we intend to keep to master icon files Co-authored-by: OrionTheFox <[email protected]>
- Loading branch information
1 parent
ae06b1e
commit 0683931
Showing
10 changed files
with
9 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,5 @@ | ||
/obj/item/t_scanner | ||
icon = 'modular_nova/modules/aesthetics/device/device.dmi' | ||
|
||
/obj/item/analyzer | ||
icon = 'modular_nova/modules/aesthetics/device/device.dmi' | ||
|
||
/obj/item/grenade/empgrenade | ||
icon = 'modular_nova/modules/aesthetics/device/device.dmi' | ||
|
||
/obj/item/multitool | ||
icon = 'modular_nova/modules/aesthetics/device/device.dmi' | ||
|
||
/obj/item/geiger_counter | ||
icon = 'modular_nova/modules/aesthetics/device/device.dmi' | ||
|
||
// This needs default but is a subtype. Pain. | ||
/obj/item/t_scanner/adv_mining_scanner | ||
icon = 'icons/obj/devices/scanner.dmi' | ||
icon = 'modular_nova/master_files/icons/obj/devices/tools.dmi' |
Binary file not shown.