mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Allows blob mobs to move via blob tiles in zero-g (#15506)
* Allows blob mobs to move via blob tiles in zero-g * Update blob_mobs.dm
This commit is contained in:
@@ -34,6 +34,11 @@
|
||||
H.color = "#000000"
|
||||
adjustHealth(-maxHealth * 0.0125)
|
||||
|
||||
/mob/living/simple_animal/hostile/blob/Process_Spacemove(movement_dir = 0)
|
||||
// Use any nearby blob structures to allow space moves.
|
||||
for(var/obj/structure/blob/B in range(1, src))
|
||||
return TRUE
|
||||
return ..()
|
||||
|
||||
////////////////
|
||||
// BLOB SPORE //
|
||||
|
||||
Reference in New Issue
Block a user