Adds feedback when successfully emaging a generator (#62524)

* Adds a span_notice when emaging a PACMAN

* Adds feedback when successfully emaging a generator.
This commit is contained in:
Stonetear
2021-11-03 21:19:16 -04:00
committed by GitHub
parent 64a070b794
commit f610ec93f2
+1
View File
@@ -220,6 +220,7 @@
if(obj_flags & EMAGGED)
return
obj_flags |= EMAGGED
to_chat(user, span_notice("You hear a hefty clunk from inside the generator."))
emp_act(EMP_HEAVY)
/obj/machinery/power/port_gen/pacman/attack_ai(mob/user)