mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 13:18:09 +01:00
powder that makes you say yes
This commit is contained in:
@@ -341,24 +341,6 @@
|
||||
B.water = water
|
||||
src.modules += B
|
||||
|
||||
var/obj/item/stack/medical/advanced/ointment/O = new /obj/item/stack/medical/advanced/ointment(src)
|
||||
var/obj/item/stack/medical/advanced/bruise_pack/P = new /obj/item/stack/medical/advanced/bruise_pack(src)
|
||||
var/obj/item/stack/medical/splint/S = new /obj/item/stack/medical/splint(src)
|
||||
O.uses_charge = 1
|
||||
O.charge_costs = list(1000)
|
||||
O.synths = list(medicine)
|
||||
P.uses_charge = 1
|
||||
P.charge_costs = list(1000)
|
||||
P.synths = list(medicine)
|
||||
S.uses_charge = 1
|
||||
S.charge_costs = list(1000)
|
||||
S.synths = list(medicine)
|
||||
src.modules += O
|
||||
src.modules += P
|
||||
src.modules += S
|
||||
|
||||
// End YW Edit
|
||||
|
||||
R.icon = 'icons/mob/widerobot_vr.dmi'
|
||||
|
||||
src.modules += new /obj/item/weapon/dogborg/pounce(src) //CHOMPEdit - Switch to the more balanced pounce module
|
||||
|
||||
Reference in New Issue
Block a user