mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-04 14:33:10 +00: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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user