mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-11 23:22:57 +01:00
Update loadout_implants.dm
This commit is contained in:
@@ -18,12 +18,13 @@
|
||||
exploitable = 1*/
|
||||
|
||||
//Reagent implants - cost of 2 to reduce chance of abuse
|
||||
//TFF 7/5/19 - bugfix for implanters appearing inside of chars rather than their bag. Switches to being the implant instead.
|
||||
/datum/gear/implant/reagent_generator
|
||||
display_name = "implant, milk production"
|
||||
path = /obj/item/weapon/implanter/reagent_generator/milk
|
||||
path = /obj/item/weapon/implant/reagent_generator/milk
|
||||
exploitable = 0
|
||||
cost = 2
|
||||
|
||||
/datum/gear/implant/reagent_generator/egg
|
||||
display_name = "implant, egg production"
|
||||
path = /obj/item/weapon/implanter/reagent_generator/egg
|
||||
path = /obj/item/weapon/implant/reagent_generator/egg
|
||||
|
||||
Reference in New Issue
Block a user