Skip to content

Commit

Permalink
Hardlight spears no longer have SPELL_REQUIRES_HUMAN (#2056)
Browse files Browse the repository at this point in the history
* Update hardlight.dm

* oh.

* Update monkestation/code/game/objects/items/implants/hardlight.dm

Co-authored-by: F-e-r-n <[email protected]>

---------

Co-authored-by: F-e-r-n <[email protected]>
  • Loading branch information
RikuTheKiller and F-e-r-n authored Jun 6, 2024
1 parent 4af6786 commit 4ec0189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkestation/code/game/objects/items/implants/hardlight.dm
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
cooldown_time = 20 SECONDS
invocation_type = INVOCATION_NONE

spell_requirements = SPELL_REQUIRES_HUMAN
spell_requirements = NONE
antimagic_flags = NONE
spell_max_level = 5 //max is actually 7(the point where the sprites stop working), but the implant can only reach 5

Expand Down

0 comments on commit 4ec0189

Please sign in to comment.