mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
reagents_holder_updated
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
/obj/item/weldingtool/Initialize(mapload)
|
||||
. = ..()
|
||||
RegisterSignals(reagents,
|
||||
list(
|
||||
COMSIG_REAGENTS_ADD_REAGENT,
|
||||
COMSIG_REAGENTS_NEW_REAGENT,
|
||||
COMSIG_REAGENTS_REM_REAGENT,
|
||||
COMSIG_REAGENTS_DEL_REAGENT,
|
||||
COMSIG_REAGENTS_CLEAR_REAGENTS,
|
||||
COMSIG_REAGENTS_REACTED,),
|
||||
RegisterSignal(reagents,
|
||||
COMSIG_REAGENTS_HOLDER_UPDATED,
|
||||
PROC_REF(update_ammo_hud))
|
||||
|
||||
/obj/item/weldingtool/set_welding(new_value)
|
||||
|
||||
Reference in New Issue
Block a user