Unapologetic Event Nerfs (#10430)

this is the funny haha title everyone uses right

this should hopefully fix the issue where one event failing to spawn causes 15 more to spawn in its place

fixes #10427
This commit is contained in:
JohnWildkins
2020-11-01 14:11:03 -05:00
committed by GitHub
parent 9995df19ed
commit f11c1d45ec
8 changed files with 15 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
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()
kill(TRUE)
return
log_and_message_admins("Blob spawned at \the [get_area(T)]", location = T)