EMP now provide coordinates and allow you to jump to it. Most EMP instance except for the Experimentor and the Singularity are now logged.

This commit is contained in:
Ansari
2018-05-23 18:33:12 +08:00
parent baece9b74d
commit 827503b0a4
8 changed files with 14 additions and 14 deletions
@@ -8,14 +8,14 @@
/obj/item/projectile/ion/on_hit(var/atom/target, var/blocked = 0)
..()
empulse(target, 1, 1)
empulse(target, 1, 1, 1)
return 1
/obj/item/projectile/ion/weak
/obj/item/projectile/ion/weak/on_hit(atom/target, blocked = 0)
..()
empulse(target, 0, 0)
empulse(target, 0, 0, 1)
return 1
/obj/item/projectile/bullet/gyro
@@ -334,7 +334,7 @@
/datum/chemical_reaction/slimeoverload/on_reaction(datum/reagents/holder, created_volume)
feedback_add_details("slime_cores_used","[type]")
empulse(get_turf(holder.my_atom), 3, 7)
empulse(get_turf(holder.my_atom), 3, 7, 1)
/datum/chemical_reaction/slimecell