Blueprint Revamp.

This commit is contained in:
Casey
2022-10-02 13:59:10 -04:00
committed by CHOMPStation2
parent dbc2cba71c
commit 892960d661
18 changed files with 1259 additions and 21 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
to_chat(user, "<span class='warning'>[comp] is already in a shuttle.</span>")
return
// Count turfs in the area
var/list/turfs = get_area_turfs(my_area)
var/list/turfs = get_current_area_turfs(my_area)
if(turfs.len > max_area_turfs)
to_chat(user, "<span class='warning'>The new shuttle area is too large.</span>")
return