make it actually do something lol

This commit is contained in:
Putnam3145
2022-08-02 21:50:56 -07:00
parent db06dbcd58
commit 0238d9fbe5
+5
View File
@@ -21,6 +21,11 @@
continue
if(!is_station_level(C.z) && prob(50))
continue
if(prob(5)
C.shoes.adjust_laces(SHOES_KNOTTED)
budget -= C.shoes.lace_time // doubling up on the budget removal on purpose
else
C.shoes.adjust_laces(SHOES_UNTIED)
budget -= C.shoes.lace_time
if(budget < 5 SECONDS)
return