mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
Simple mob port [IDB IGNORE] (#18236)
* first adjustements * few more * construct * next * next set * next * next * next * next * next * . * last non modular set * make it compile * . * . * change that * synx * teamush * override fix * TEAMUSH * adds organ sell element * adds pick color * get rid of these chompcomments * removes chomp comments * Update gaslamp_vr.dm * zipgun * zip and synx * fixes synx * Update topic.dm * move the trash verbs * . * . * . * port * Update rakshasa_trap.dm * Update slug.dm --------- Co-authored-by: C.L. <killer65311@gmail.com> Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
@@ -65,3 +65,16 @@
|
||||
time = 180
|
||||
category = CAT_WEAPONRY
|
||||
subcategory = CAT_WEAPON
|
||||
|
||||
/datum/crafting_recipe/ziplaser
|
||||
name = "Ziplaser"
|
||||
result = /obj/item/gun/energy/zip/craftable
|
||||
reqs = list(list(/obj/item/cell/high = 1),
|
||||
list(/obj/item/stack/rods = 2),
|
||||
list(/obj/item/stack/material/steel = 8),
|
||||
list(/obj/item/stack/material/plastic = 5),
|
||||
list(/obj/item/cell/device = 2)
|
||||
)
|
||||
time = 120
|
||||
category = CAT_WEAPONRY
|
||||
subcategory = CAT_WEAPON
|
||||
|
||||
Reference in New Issue
Block a user