Fixes Shadow Walk (#77518)

## About The Pull Request

Phased mobs are not turfs so the new check failed.

Fixes this and adds a unit test for it.

Also makes shadow walk VV-able to any level of lightness.

## Changelog

🆑 Melbert
fix: Fixes Shadow Walk
/🆑
This commit is contained in:
MrMelbert
2023-08-11 20:44:31 -06:00
committed by GitHub
parent 9b64dba625
commit b83f115501
4 changed files with 43 additions and 6 deletions
+1
View File
@@ -229,6 +229,7 @@
#include "species_unique_id.dm"
#include "species_whitelists.dm"
#include "spell_invocations.dm"
#include "spell_jaunt.dm"
#include "spell_mindswap.dm"
#include "spell_names.dm"
#include "spell_shapeshift.dm"