mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Merge branch 'master' of github.com:tgstation/tgstation into upstream-2026-06-23
This commit is contained in:
@@ -199,6 +199,7 @@
|
||||
sprite_accessory_override = /datum/sprite_accessory/ears/cat/cybernetic
|
||||
organ_flags = ORGAN_ROBOTIC
|
||||
failing_desc = "seems to be broken."
|
||||
restyle_flags = NONE
|
||||
|
||||
/obj/item/organ/ears/cat/cybernetic/upgraded
|
||||
name = "cybernetic cat ears"
|
||||
|
||||
@@ -48,13 +48,11 @@
|
||||
/obj/item/organ/heart/Remove(mob/living/carbon/heartless, special, movement_flags)
|
||||
. = ..()
|
||||
if(!special)
|
||||
addtimer(CALLBACK(src, PROC_REF(stop_if_unowned)), 12 SECONDS)
|
||||
addtimer(CALLBACK(src, PROC_REF(stop_if_unowned)), 12 SECONDS, TIMER_DELETE_ME)
|
||||
beat = BEAT_NONE
|
||||
owner?.stop_sound_channel(CHANNEL_HEARTBEAT)
|
||||
|
||||
/obj/item/organ/heart/proc/stop_if_unowned()
|
||||
if(QDELETED(src))
|
||||
return
|
||||
if(IS_ROBOTIC_ORGAN(src))
|
||||
return
|
||||
if(isnull(owner))
|
||||
|
||||
Reference in New Issue
Block a user