mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
Oopsie
This commit is contained in:
@@ -696,7 +696,6 @@
|
||||
|
||||
/datum/reagent/card_powder/reaction_obj(obj/O, reac_volume)
|
||||
if(istype(O, /obj/item/cardboard_card))
|
||||
qdel(O)
|
||||
var/list/possible_cards = list()
|
||||
for(var/card_series in COMMON_SERIES)
|
||||
for(var/card_type in subtypesof(card_series))
|
||||
@@ -706,6 +705,7 @@
|
||||
qdel(card)
|
||||
if(length(possible_cards))
|
||||
new /obj/item/tcg_card(get_turf(O), pick(possible_cards), TRUE)
|
||||
qdel(O)
|
||||
|
||||
. = ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user