mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Fixes runtimes when you talk with a cig butt in your mouth (#28250)
* Minor fixes * Oops * Funnyman review
This commit is contained in:
@@ -1607,7 +1607,8 @@
|
||||
H.update_fhair()
|
||||
H.update_dna()
|
||||
|
||||
H.wear_mask.adjustmask(H) // push it back on the head
|
||||
var/obj/item/clothing/mask/worn_mask = H.wear_mask
|
||||
worn_mask.adjustmask(H) // push it back on the head
|
||||
equip_item(H, /obj/item/clothing/mask/cigarette/cigar, ITEM_SLOT_MASK) // get them their cigar
|
||||
if(istype(H.glasses, /obj/item/clothing/glasses)) // this is gonna be always true
|
||||
var/obj/item/clothing/glasses/glassass = H.glasses
|
||||
|
||||
Reference in New Issue
Block a user