mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
[MIRROR] [s]Varedit exploit (#5824)
* Merge pull request #36180 from kevinz000/patch-459 [s]Varedit exploit * [s]Varedit exploit
This commit is contained in:
committed by
Poojawa
parent
558cf03062
commit
6c732407e8
@@ -10,6 +10,6 @@
|
|||||||
newshot()
|
newshot()
|
||||||
for(var/V in projectile_vars)
|
for(var/V in projectile_vars)
|
||||||
if(BB.vars.Find(V))
|
if(BB.vars.Find(V))
|
||||||
BB.vars[V] = projectile_vars[V]
|
BB.vv_edit_var(V, projectile_vars[V])
|
||||||
if(hitscan_mode)
|
if(hitscan_mode)
|
||||||
BB.hitscan = TRUE
|
BB.hitscan = TRUE
|
||||||
|
|||||||
Reference in New Issue
Block a user