mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Fixes magic eyepatch spell casting (#75270) Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
if(feedback)
|
||||
to_chat(owner, span_warning("You don't feel strong enough without your robe!"))
|
||||
return FALSE
|
||||
if(!(human_owner.head?.clothing_flags & CASTING_CLOTHES) || (human_owner.glasses?.clothing_flags & CASTING_CLOTHES))
|
||||
if(!(human_owner.head?.clothing_flags & CASTING_CLOTHES) && !(human_owner.glasses?.clothing_flags & CASTING_CLOTHES))
|
||||
if(feedback)
|
||||
to_chat(owner, span_warning("You don't feel strong enough without your hat!"))
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user