New backbag sprites and a lot more! (#14531)

This commit is contained in:
Wowzewow (Wezzy)
2022-10-23 01:54:10 +08:00
committed by GitHub
parent 41dd58e45c
commit a029656863
61 changed files with 1217 additions and 383 deletions

View File

@@ -1,4 +1,7 @@
//general stuff
/proc/sanitize_bool(boolean, default=FALSE)
return sanitize_integer(boolean, FALSE, TRUE, default)
/proc/sanitize_integer(number, min=0, max=1, default=0)
if(isnum(number))
number = round(number)