mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +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:
co-authored by
Burzah
parent
989ff989d6
commit
0cfe0594be
@@ -1007,7 +1007,7 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
|
||||
C.install(W)
|
||||
|
||||
var/been_hijacked = FALSE
|
||||
for(var/mob/living/simple_animal/demon/pulse_demon/demon in cell)
|
||||
for(var/mob/living/basic/demon/pulse_demon/demon in cell)
|
||||
if(!been_hijacked)
|
||||
demon.do_hijack_robot(src)
|
||||
been_hijacked = TRUE
|
||||
|
||||
Reference in New Issue
Block a user