shuttle pog
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
var/atom/target = get_edge_target_turf(src, dir)
|
||||
for(var/atom/movable/O in loc)
|
||||
if(!O.anchored || ismecha(O)) //Mechs need their launch platforms.
|
||||
// if(ismob(O) && !isliving(O))
|
||||
// continue
|
||||
if(ismob(O) && !isliving(O))
|
||||
continue
|
||||
O_limit++
|
||||
if(O_limit >= 20)
|
||||
audible_message("<span class='notice'>[src] lets out a screech, it doesn't seem to be able to handle the load.</span>")
|
||||
|
||||
Reference in New Issue
Block a user