mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[MODULAR] Mop recipes (#8070)
* mop recipe * newline * we made it a rod instead of a plank * I should probably make this actually work * Update recipes_misc.dm * "tribal mop" * newline * once again i remember I have to edit this file
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/datum/crafting_recipe/mop
|
||||
name = "Mop"
|
||||
result = /obj/item/mop
|
||||
reqs = list(/obj/item/stack/rods = 1,
|
||||
/obj/item/stack/sheet/cloth = 2,
|
||||
/obj/item/stack/cable_coil = 5)
|
||||
time = 30
|
||||
category = CAT_MISC
|
||||
|
||||
/datum/crafting_recipe/mop
|
||||
name = "Tribal Mop"
|
||||
result = /obj/item/mop/tribal
|
||||
reqs = list(/obj/item/stack/sheet/mineral/wood = 1,
|
||||
/obj/item/stack/sheet/cloth = 2,
|
||||
/obj/item/stack/sheet/sinew = 1)
|
||||
time = 30
|
||||
category = CAT_PRIMAL
|
||||
@@ -0,0 +1,2 @@
|
||||
/obj/item/mop/tribal
|
||||
desc = "The ancient god-warrior Jaenator used this strange weapon to slay the terrible filth haunting his people."
|
||||
@@ -4695,6 +4695,8 @@
|
||||
#include "modular_skyrat\modules\prison_transport\code\outfits.dm"
|
||||
#include "modular_skyrat\modules\prison_transport\code\shuttle.dm"
|
||||
#include "modular_skyrat\modules\QOL\code\_under.dm"
|
||||
#include "modular_skyrat\modules\QOL\code\datums\components\crafting\recipes\recipes_misc.dm"
|
||||
#include "modular_skyrat\modules\QOL\code\game\objects\items\mop.dm"
|
||||
#include "modular_skyrat\modules\radiosound\code\game\objects\items\devices\radio\headset.dm"
|
||||
#include "modular_skyrat\modules\random_mining\code\mining_maps.dm"
|
||||
#include "modular_skyrat\modules\reagent_forging\code\modules\reagent_forging\anvil.dm"
|
||||
|
||||
Reference in New Issue
Block a user