mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 18:33:36 +00:00
forgot to commit and push
This commit is contained in:
@@ -213,6 +213,7 @@
|
||||
heat_protection = FEET|LEGS
|
||||
max_heat_protection_temperature = SHOES_MAX_TEMP_PROTECT
|
||||
resistance_flags = FIRE_PROOF
|
||||
lace_time = 10 SECONDS
|
||||
|
||||
/obj/item/clothing/shoes/cult
|
||||
name = "\improper Nar'Sien invoker boots"
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
continue
|
||||
if(!C.shoes || !C.shoes.can_be_tied || C.shoes.tied != SHOES_TIED || C.shoes.lace_time > budget)
|
||||
continue
|
||||
if(!is_station_level(C.z) && prob(50))
|
||||
continue
|
||||
budget -= C.shoes.lace_time
|
||||
if(budget < 5 SECONDS)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user