mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Ports baby watcher from TG* (#22768)
* Ports baby watcher from TG* * ah. I see. Alphabetical. Should have seen that coming. * here comes the better mapped boi 🎵 * removes recursive_loc_check, uses get. also removes the debug always place WHOOPS * fixes arguments, need to update and edit map * adds bombable turfs * Apply suggestions from code review Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * changes * /// * R-R-R-RUN IT BACK * Update code/modules/awaymissions/mob_spawn.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * oops spacing * part 1/2 * Update code/modules/awaymissions/mission_code/ruins/watcher_grave.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * 2 / 2 * Apply suggestions from code review Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
co-authored by
Contrabang
Henri215
parent
73cec54774
commit
9b534f3c3f
@@ -52,6 +52,7 @@
|
||||
return
|
||||
if(resistance_flags & INDESTRUCTIBLE)
|
||||
return
|
||||
SEND_SIGNAL(src, COMSIG_ATOM_EX_ACT, severity)
|
||||
switch(severity)
|
||||
if(1)
|
||||
take_damage(INFINITY, BRUTE, BOMB, 0)
|
||||
|
||||
Reference in New Issue
Block a user