Skip to content

Commit 2f2c2f0

Browse files
committed
check pipidasters mum
1 parent a377c14 commit 2f2c2f0

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

modular_meta/features/antagonists/sinful_demon/code/sins/greed.dm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
invocation = "Just one game?"
1010
invocation_type = INVOCATION_WHISPER
11+
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_HANDS_BLOCKED
1112
spell_requirements = NONE
1213

1314
cooldown_time = 30 SECONDS
@@ -29,6 +30,7 @@
2930

3031
invocation = "Power beyond measure"
3132
invocation_type = INVOCATION_WHISPER
33+
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_HANDS_BLOCKED
3234
spell_requirements = NONE
3335

3436
cooldown_time = 180 SECONDS //no farming a bunch of items

modular_meta/features/antagonists/sinful_demon/code/sins/pride.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
invocation = "Aren't I so amazing?"
1010
invocation_type = INVOCATION_WHISPER
11+
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_HANDS_BLOCKED
1112
spell_requirements = NONE
1213

1314
cooldown_time = 30 SECONDS

0 commit comments

Comments
 (0)