mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[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:
@@ -10,7 +10,6 @@
|
||||
|
||||
/datum/action/item_action/cult_dagger/Grant(mob/grant_to)
|
||||
if(!IS_CULTIST(grant_to))
|
||||
Remove(owner)
|
||||
return
|
||||
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user