Blobs will now spawn in many more locations. (#9442)

This commit is contained in:
mikomyazaki
2020-07-23 23:47:18 -03:00
committed by GitHub
parent 1bc9e56ddd
commit eb412cb2e3
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
level_seven_announcement()
/datum/event/blob/start()
var/turf/T = pick_area_turf(/area/maintenance, list(/proc/is_station_turf, /proc/not_turf_contains_dense_objects))
var/turf/T = pick_subarea_turf(/area/maintenance, list(/proc/is_station_turf, /proc/not_turf_contains_dense_objects))
if(!T)
log_and_message_admins("Blob failed to find a viable turf.")
kill()
@@ -0,0 +1,6 @@
author: mikomyazaki
delete-after: True
changes:
- bugfix: "The blob event will now spawn in many different maintenance locations."