From 22ae5cf42e61977439e1b1239677d2b4ffdca869 Mon Sep 17 00:00:00 2001 From: Vladin Date: Sun, 13 Sep 2020 17:40:02 -0400 Subject: [PATCH] OwO what's this? OOPSIE WHOOPSIE!! UwU I made a fucky wucky!! A wittle fucko boingo! The code monkeys at my headquarters are working VEWY HAWD to fix this! UwU. --- .../code/modules/reagents/chemistry/reagents/astrogen.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/astrogen.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/astrogen.dm index 39c8052d..995bc84a 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/astrogen.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/astrogen.dm @@ -50,8 +50,6 @@ I'd like to point out from my calculations it'll take about 60-80 minutes to die if(istype(O, /obj/item/bedsheet)) new /obj/item/bedsheet/cosmos(get_turf(O)) qdel(O) - -/datum/reagent/fermi/astral/reaction_obj(obj/O, reac_volume) if(istype(O, /obj/item/clothing/suit/hooded/wintercoat)) new /obj/item/clothing/suit/hooded/wintercoat/cosmic(get_turf(O)) qdel(O)