mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-31 07:47:02 +01:00
refactors grenades (#7138)
This commit is contained in:
@@ -65,6 +65,10 @@
|
||||
delegate = proctocall
|
||||
if (length(args) > 2)
|
||||
arguments = args.Copy(3)
|
||||
// todo: this is silly and admin proccall guards like this
|
||||
// need to be re-evaluated. this will force a push-usr
|
||||
// through things like grenade activations with a 'usr'
|
||||
// not only is that costly but it can result in unexpected behavior
|
||||
if(usr)
|
||||
user = WEAKREF(usr)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user