mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
New backbag sprites and a lot more! (#14531)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user