Stops plumbing smoke from notifying admins (#47312)

This commit is contained in:
81Denton
2019-10-25 02:42:19 -07:00
committed by Rob Bailey
parent fbcc70d5c0
commit 8ad20f1001
@@ -294,10 +294,12 @@
var/more = ""
if(M)
more = "[ADMIN_LOOKUPFLW(M)] "
message_admins("Smoke: ([ADMIN_VERBOSEJMP(location)])[contained]. Key: [more ? more : carry.my_atom.fingerprintslast].")
if(!istype(carry.my_atom, /obj/machinery/plumbing))
message_admins("Smoke: ([ADMIN_VERBOSEJMP(location)])[contained]. Key: [more ? more : carry.my_atom.fingerprintslast].")
log_game("A chemical smoke reaction has taken place in ([where])[contained]. Last touched by [carry.my_atom.fingerprintslast].")
else
message_admins("Smoke: ([ADMIN_VERBOSEJMP(location)])[contained]. No associated key.")
if(!istype(carry.my_atom, /obj/machinery/plumbing))
message_admins("Smoke: ([ADMIN_VERBOSEJMP(location)])[contained]. No associated key.")
log_game("A chemical smoke reaction has taken place in ([where])[contained]. No associated key.")