mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Pulsing/mending the Particle Accelerator activation wire now shows currect user information. (#10008)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user