mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Plasmen bogfix
Conflicts: code/ZAS/Plasma.dm
This commit is contained in:
@@ -443,9 +443,8 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc
|
||||
if(species.name=="Plasmaman")
|
||||
|
||||
// Check if we're wearing our biosuit and mask.
|
||||
var/cover_flags = get_covered_bodyparts()
|
||||
if ((cover_flags & FULL_BODY) != FULL_BODY) // We check to see if ALL flags are set.
|
||||
testing("Plasmaman [src] leakin'. coverflags=[cover_flags]")
|
||||
if (!istype(wear_suit,/obj/item/clothing/suit/space/plasmaman) || !istype(head,/obj/item/clothing/head/helmet/space/plasmaman))
|
||||
//testing("Plasmaman [src] leakin'. coverflags=[cover_flags]")
|
||||
// OH FUCK HE LEAKIN'.
|
||||
environment.adjust(tx = environment.total_moles()*BREATH_PERCENTAGE) // About one breath's worth. (I know we aren't breathing it out, but this should be about the right amount)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user