mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
[MIRROR] Dog wit the butter (feat. a bunch of dog-related code improvements) [MDB IGNORE] (#22728)
* Dog wit the butter (feat. a bunch of dog-related code improvements) * Delete dog.dm * Update dogs.dm --------- Co-authored-by: Sealed101 <cool.bullseye@yandex.ru> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
@@ -151,6 +151,7 @@
|
||||
transform = transform.Turn(180)
|
||||
if(!(basic_mob_flags & REMAIN_DENSE_WHILE_DEAD))
|
||||
ADD_TRAIT(src, TRAIT_UNDENSE, BASIC_MOB_DEATH_TRAIT)
|
||||
SEND_SIGNAL(src, COMSIG_BASICMOB_LOOK_DEAD)
|
||||
|
||||
/mob/living/basic/revive(full_heal_flags = NONE, excess_healing = 0, force_grab_ghost = FALSE)
|
||||
. = ..()
|
||||
@@ -165,6 +166,7 @@
|
||||
transform = transform.Turn(180)
|
||||
if(!(basic_mob_flags & REMAIN_DENSE_WHILE_DEAD))
|
||||
REMOVE_TRAIT(src, TRAIT_UNDENSE, BASIC_MOB_DEATH_TRAIT)
|
||||
SEND_SIGNAL(src, COMSIG_BASICMOB_LOOK_ALIVE)
|
||||
|
||||
/mob/living/basic/update_sight()
|
||||
lighting_color_cutoffs = list(lighting_cutoff_red, lighting_cutoff_green, lighting_cutoff_blue)
|
||||
|
||||
Reference in New Issue
Block a user