mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] usr to user up to player effects (#9552)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a7e4ef7dad
commit
0180cc74c5
@@ -297,7 +297,7 @@
|
||||
if(..())
|
||||
return TRUE
|
||||
|
||||
add_fingerprint(usr)
|
||||
add_fingerprint(ui.user)
|
||||
switch(action)
|
||||
// Queue management can be done even while busy
|
||||
if("queue")
|
||||
@@ -331,7 +331,7 @@
|
||||
return TRUE
|
||||
|
||||
if(busy)
|
||||
to_chat(usr, span_notice("[src] is busy. Please wait for completion of previous operation."))
|
||||
to_chat(ui.user, span_notice("[src] is busy. Please wait for completion of previous operation."))
|
||||
return
|
||||
|
||||
switch(action)
|
||||
|
||||
Reference in New Issue
Block a user