Removes Destroy overrides from most circuit components (#60492)

Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
This commit is contained in:
Watermelon914
2021-07-28 18:31:42 -07:00
committed by GitHub
co-authored by Watermelon914
parent 7b5e83e1e9
commit ac2efd9b86
44 changed files with 0 additions and 291 deletions
-12
View File
@@ -79,11 +79,6 @@
attached_bot.add_money(-to_dispense)
new /obj/item/holochip(drop_location(), to_dispense)
/obj/item/circuit_component/money_dispenser/Destroy()
dispense_amount = null
attached_bot = null
return ..()
/obj/item/circuit_component/money_bot
display_name = "Money Bot"
var/obj/structure/money_bot/attached_bot
@@ -119,13 +114,6 @@
attached_bot = null
return ..()
/obj/item/circuit_component/money_bot/Destroy()
attached_bot = null
total_money = null
money_input = null
money_trigger = null
return ..()
/obj/item/circuit_component/money_bot/proc/handle_money_insert(atom/source, obj/item/item, mob/living/attacker)
SIGNAL_HANDLER
if(!attached_bot || !iscash(item))