shuttle pog

This commit is contained in:
Letter N
2021-03-05 22:26:55 +08:00
parent c624c3ae14
commit a43309a097
5 changed files with 151 additions and 56 deletions
+2 -2
View File
@@ -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>")