Roxy Comments

This commit is contained in:
Roxy
2026-04-11 08:57:59 -06:00
committed by The Sharkening
parent 4504eda0c2
commit 26d7f00a76
27 changed files with 36 additions and 45 deletions
@@ -36,7 +36,7 @@
/datum/crafting_recipe/mosin_pro/New()
. = ..()
blacklist |= subtypesof(/obj/item/gun/ballistic/rifle/boltaction) - list(/obj/item/gun/ballistic/rifle/boltaction/surplus)
LAZYOR(blacklist, subtypesof(/obj/item/gun/ballistic/rifle/boltaction) - list(/obj/item/gun/ballistic/rifle/boltaction/surplus))
/datum/crafting_recipe/mosin_pro/check_requirements(mob/user, list/collected_requirements)
var/obj/item/gun/ballistic/rifle/boltaction/the_piece = collected_requirements[/obj/item/gun/ballistic/rifle/boltaction][1]