mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Refactors slaughter, shadow, and pulse demons to basic mobs (#30660)
* Refactors slaughter, shadow, and pulse demons to basic mobs * Linters * Fix * Projectile changes * Ensures demons speak common * Update code/modules/mob/living/basic/hostile/demons/demon_powers.dm Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> --------- Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
@@ -52,7 +52,7 @@ GLOBAL_DATUM_INIT(default_state, /datum/ui_state/default, new)
|
||||
/mob/living/basic/revenant/default_can_use_topic(src_object)
|
||||
return UI_UPDATE
|
||||
|
||||
/mob/living/simple_animal/demon/pulse_demon/default_can_use_topic(src_object)
|
||||
/mob/living/basic/demon/pulse_demon/default_can_use_topic(src_object)
|
||||
. = shared_ui_interaction(src_object)
|
||||
if(. < UI_INTERACTIVE)
|
||||
return
|
||||
|
||||
@@ -19,7 +19,7 @@ GLOBAL_DATUM_INIT(physical_state, /datum/ui_state/physical, new)
|
||||
/mob/proc/physical_can_use_topic(src_object)
|
||||
return UI_CLOSE
|
||||
|
||||
/mob/living/simple_animal/demon/pulse_demon/physical_can_use_topic(src_object)
|
||||
/mob/living/basic/demon/pulse_demon/physical_can_use_topic(src_object)
|
||||
return UI_UPDATE
|
||||
|
||||
/mob/living/physical_can_use_topic(src_object)
|
||||
|
||||
Reference in New Issue
Block a user