i forgot to compile??

This commit is contained in:
Putnam3145
2022-08-02 23:15:10 -07:00
parent 0238d9fbe5
commit 8ab1a12ef7

View File

@@ -21,7 +21,7 @@
continue
if(!is_station_level(C.z) && prob(50))
continue
if(prob(5)
if(prob(5))
C.shoes.adjust_laces(SHOES_KNOTTED)
budget -= C.shoes.lace_time // doubling up on the budget removal on purpose
else