HDSnekTechDiscountPartyPack/zscript
emmie f4bf7a793e spraycan: fix cvar not being updated properly
GetCVar returns a per-player copy of the requested cvar, which is only
used to have separate values for each player - changes are propagated To
it, but not From it.
writing to this cvar is only useful if you know what the actual new
value is going to be & want the cvar to update Immediately.
(in this case, the cvar needs to be updated before A_SetHelpText so the
 displayed spray name is correct)

FindCVar returns the actual cvar for the local player. changes to this
cvar Are propagated to other clients.
2023-09-11 20:47:55 -07:00
..
cacoplushie.zs silence implicit float->int conversion warnings 2023-09-11 20:47:55 -07:00
gretchencounter.zs Made frag counter batteries last longer. 2023-09-09 17:49:43 -07:00
jumpercables.zs Documentation fixups. 2023-09-03 16:33:10 -07:00
snektech.zs Reduced spawn rate for frag counter. 2023-09-09 21:10:00 -07:00
spraycan.zs spraycan: fix cvar not being updated properly 2023-09-11 20:47:55 -07:00