mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-21 07:32:35 +00:00
Merge pull request #8426 from Mechoid/PrometheanHandClean
Prometheans now do not clean items through gloves.
This commit is contained in:
@@ -201,6 +201,7 @@ var/datum/species/shapeshifter/promethean/prometheans
|
|||||||
H.adjust_nutrition(rand(10, 20))
|
H.adjust_nutrition(rand(10, 20))
|
||||||
if(H.clean_blood(1))
|
if(H.clean_blood(1))
|
||||||
H.adjust_nutrition(rand(5, 15))
|
H.adjust_nutrition(rand(5, 15))
|
||||||
|
if(!(H.gloves || (H.wear_suit && (H.wear_suit.body_parts_covered & HANDS))))
|
||||||
if(H.r_hand)
|
if(H.r_hand)
|
||||||
if(H.r_hand.clean_blood())
|
if(H.r_hand.clean_blood())
|
||||||
H.adjust_nutrition(rand(5, 15))
|
H.adjust_nutrition(rand(5, 15))
|
||||||
|
|||||||
Reference in New Issue
Block a user