Skip to content

Commit

Permalink
unused
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown-gd committed Mar 12, 2024
1 parent 9e40827 commit 53790c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/endless_pizza_box/init.yue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ flags = bit.bor( FCVAR_ARCHIVE, FCVAR_NOTIFY )
scp458_max_heal = CreateConVar( "scp458_max_health", "250", flags, "Maximum amount of health that infinite pizza can give.", 0, 0xFFFF )
scp458_heal = CreateConVar( "scp458_heal", "5", flags, "Amount of health that one piece of pizza heals.", 0, 0xFFFF )

:random, :min, :Rand = math
:random, :Rand = math
CurTime = CurTime

ENT.Initialize = =>
Expand Down

0 comments on commit 53790c2

Please sign in to comment.