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 -1
View File
@@ -54,7 +54,7 @@
//Disk stuff.
/obj/item/disk/data/New()
. = ..()
var/diskcolor = pick(0, 1, 2)
var/diskcolor = pick(0, 1, 2, 3, 4, 5)
icon_state = "datadisk[diskcolor]"
/obj/item/disk/data/attack_self__legacy__attackchain(mob/user)