Pulsing/mending the Particle Accelerator activation wire now shows currect user information. (#10008)

This commit is contained in:
Hockaa
2020-09-15 20:45:52 -03:00
committed by GitHub
parent cf5eee9c7a
commit b0e097a047
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ var/const/PARTICLE_LIMIT_POWER_WIRE = 8 // Determines how strong the PA can be.
switch(index)
if(PARTICLE_TOGGLE_WIRE)
C.toggle_power()
C.toggle_power(usr)
if(PARTICLE_STRENGTH_WIRE)
C.add_strength()
@@ -36,7 +36,7 @@ var/const/PARTICLE_LIMIT_POWER_WIRE = 8 // Determines how strong the PA can be.
if(PARTICLE_TOGGLE_WIRE)
if(C.active == !mended)
C.toggle_power()
C.toggle_power(usr)
if(PARTICLE_STRENGTH_WIRE)
+6
View File
@@ -0,0 +1,6 @@
author: Hocka
delete-after: True
changes:
- bugfix: "Admin logs now state accurate user information when Particle Accelerators are activated via wire pulsing/mending."