Moved singulo logging from adminlog to attacklog

This commit is contained in:
ZomgPonies
2015-02-12 02:17:48 -05:00
parent e9b413b1ff
commit 453b23961d
@@ -350,6 +350,6 @@ field_generator power level display
if(O.last_warning && temp)
if((world.time - O.last_warning) > 50) //to stop message-spam
temp = 0
message_admins("A singulo exists and a containment field has failed.",1)
msg_admin_attack("A singulo exists and a containment field has failed.",1)
investigate_log("has <font color='red'>failed</font> whilst a singulo exists.","singulo")
O.last_warning = world.time