mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user