mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Update carbon.dm
MUH DEFINES
This commit is contained in:
@@ -442,7 +442,7 @@
|
||||
legcuffed = null
|
||||
update_inv_legcuffed()
|
||||
return
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
else
|
||||
if(I == handcuffed)
|
||||
@@ -459,7 +459,7 @@
|
||||
legcuffed = null
|
||||
update_inv_legcuffed()
|
||||
return
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
/mob/living/carbon/proc/is_mouth_covered(head_only = 0, mask_only = 0)
|
||||
if( (!mask_only && head && (head.flags_cover & HEADCOVERSMOUTH)) || (!head_only && wear_mask && (wear_mask.flags_cover & MASKCOVERSMOUTH)) )
|
||||
|
||||
Reference in New Issue
Block a user