mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
More blobs, less slimes. (#29717)
This commit is contained in:
@@ -386,9 +386,12 @@
|
||||
for(var/mob/living/simple_animal/slime/M in sortmob)
|
||||
moblist.Add(M)
|
||||
for(var/mob/living/simple_animal/M in sortmob)
|
||||
moblist.Add(M)
|
||||
if(!istype(M, /mob/living/simple_animal/slime))
|
||||
moblist.Add(M)
|
||||
for(var/mob/living/basic/M in sortmob)
|
||||
moblist.Add(M)
|
||||
for(var/mob/camera/blob/M in sortmob)
|
||||
moblist.Add(M)
|
||||
return moblist
|
||||
|
||||
// Format a power value in W, kW, MW, or GW.
|
||||
|
||||
Reference in New Issue
Block a user