mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user