mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user