mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Re-adds blob to the rotation [WiP] (#20915)
Re-adds blob to the rotation
This commit is contained in:
@@ -2892,6 +2892,7 @@
|
||||
if(alert(usr, "Spawn a blob cluster? (meteor blob, medium intensity, no Overminds)", "Blob Cluster", "Yes", "No") == "Yes")
|
||||
new /datum/event/thing_storm/blob_shower
|
||||
|
||||
/* Use dyanmic mode instead.
|
||||
if("blobstorm")
|
||||
feedback_inc("admin_secrets_fun_used",1)
|
||||
feedback_add_details("admin_secrets_fun_used","Blob Storm")
|
||||
@@ -2900,7 +2901,7 @@
|
||||
|
||||
if(alert(usr, "Spawn a blob conglomerate? (meteor blob, high intensity, possible Overmind spawn)", "Blob Cluster", "Yes", "No") == "Yes")
|
||||
new /datum/event/thing_storm/blob_storm
|
||||
|
||||
*/
|
||||
if("aliens")
|
||||
feedback_inc("admin_secrets_fun_used",1)
|
||||
feedback_add_details("admin_secrets_fun_used","Aliens")
|
||||
|
||||
Reference in New Issue
Block a user