mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Smithing Expansion: Knives and Mothsilk (#31084)
* Smith Knives Initial Commit * sprites and handling * Knife stuff, mothsilk * Touch ups * Linters * Apply suggestions from code review Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> * Abstract type desc --------- Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -475,6 +475,17 @@ GLOBAL_LIST_INIT(durathread_recipes, list (
|
||||
pull_effort = 70
|
||||
loom_result = /obj/item/stack/sheet/durathread
|
||||
|
||||
/obj/item/stack/sheet/mothsilk
|
||||
name = "mothsilk spool"
|
||||
desc = "A spool of fresh mothsilk. Fine and light as air."
|
||||
singular_name = "strand"
|
||||
icon_state = "sheet-mothsilk"
|
||||
icon = 'icons/obj/stacks/organic.dmi'
|
||||
resistance_flags = FLAMMABLE
|
||||
force = 0
|
||||
throwforce = 0
|
||||
merge_type = /obj/item/stack/sheet/mothsilk
|
||||
|
||||
//////////////////////////////
|
||||
// MARK: CARDBOARD
|
||||
//////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user