[MIRROR] Fixes cult dagger grant runtime. [MDB IGNORE] (#17109)

* Fixes cult dagger grant runtime.  (#70703)

Fixes cult dagger grant runtime. Owner is not guaranteed to be non-null.

* Fixes cult dagger grant runtime.

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-10-22 17:31:20 -04:00
committed by GitHub
co-authored by MrMelbert
parent 2d2214bd80
commit 90763cd2fd
-1
View File
@@ -10,7 +10,6 @@
/datum/action/item_action/cult_dagger/Grant(mob/grant_to)
if(!IS_CULTIST(grant_to))
Remove(owner)
return
return ..()