mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
purge fix (#63658)
do_purge_holywater should be passed target and user, but was only passed user, causing it to runtime. This fixes that.
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
if(!target.has_reagent(/datum/reagent/water/holywater))
|
||||
return
|
||||
|
||||
INVOKE_ASYNC(src, .proc/do_purge_holywater, user)
|
||||
INVOKE_ASYNC(src, .proc/do_purge_holywater, target, user)
|
||||
|
||||
/*
|
||||
* Signal proc for [COMSIG_ITEM_ATTACK_OBJ].
|
||||
|
||||
Reference in New Issue
Block a user