Resprites Disks (#27804)

* Resprites disks

Resprites all normal disks, excluding the holodisk used by megafauna hardmode and DVORAK.

* Add feedback for other disk types

* Disks come in more colors

* Restored old nuke disk screen
This commit is contained in:
ExusA
2025-01-10 02:15:48 +00:00
committed by GitHub
parent 20724b9dd3
commit d724ced7b2
4 changed files with 12 additions and 10 deletions
+1 -8
View File
@@ -583,7 +583,7 @@
/obj/item/disk/plantgene/New()
..()
update_icon(UPDATE_OVERLAYS)
update_icon(UPDATE_ICON_STATE)
/obj/item/disk/plantgene/Destroy()
QDEL_NULL(gene)
@@ -650,13 +650,6 @@
icon_state = "datadisk_hydro"
/obj/item/disk/plantgene/update_overlays()
. = ..()
if(HAS_TRAIT(src, TRAIT_CMAGGED))
return
. += "datadisk_gene"
/obj/item/disk/plantgene/attack_self__legacy__attackchain(mob/user)
if(HAS_TRAIT(src, TRAIT_CMAGGED))
return