mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 11:05:16 +01:00
pillow smothering now checks to see if the SMOTHEREE has a head, not the SMOTHERER (#72086)
## About The Pull Request see title ## Why It's Good For The Game this truly is a copy+paste moment ## Changelog 🆑 ATHATH fix: Pillow smothering now checks to see if the SMOTHEREE has a head, not the SMOTHERER. /🆑
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
. = ..()
|
||||
if(!istype(victim))
|
||||
return
|
||||
if(victim.wear_mask || !user.get_bodypart(BODY_ZONE_HEAD))
|
||||
if(victim.wear_mask || !victim.get_bodypart(BODY_ZONE_HEAD))
|
||||
return
|
||||
if(HAS_TRAIT(user, TRAIT_PACIFISM))
|
||||
to_chat(user, span_notice("You can't bring yourself to harm [victim]"))
|
||||
|
||||
Reference in New Issue
Block a user