mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-30 00:21:24 +01:00
small random tweaks
- added WG culture bottle preset - tweaked gym equipment weight loss a bit - added a lot of WG-related loot to lavaland pool table - changed some xenoarch Tp locations
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/obj/item/gun/magic/wand/food
|
||||
name = "wand of gluttony"
|
||||
desc = "summons delicious fattening foods"
|
||||
name = "Wand of Gluttony"
|
||||
desc = "Summons delicious fattening foods"
|
||||
max_charges = 15
|
||||
ammo_type = /obj/item/ammo_casing/magic/food
|
||||
|
||||
/obj/item/gun/magic/wand/food/overpowered //This is a more overpowered version of the item
|
||||
name = "strong wand of gluttony"
|
||||
name = "Strong wand of Gluttony"
|
||||
max_charges = 100
|
||||
ammo_type = /obj/item/ammo_casing/magic/food/strong
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
/obj/item/reagent_containers/food/snacks/donut/plain,
|
||||
/obj/item/reagent_containers/food/snacks/donut/glaze,
|
||||
/obj/item/reagent_containers/food/snacks/store/cake/cheese,
|
||||
/obj/item/reagent_containers/food/snacks/store/cake/birthday,
|
||||
/obj/item/reagent_containers/food/snacks/store/cake/chocolate,
|
||||
/obj/item/reagent_containers/food/snacks/hotdog,
|
||||
/obj/item/reagent_containers/food/snacks/pizza/margherita,
|
||||
|
||||
@@ -32,10 +32,11 @@
|
||||
|
||||
/obj/item/gun/energy/fatoray/cannon
|
||||
name = "Fatoray Cannon"
|
||||
desc = "An energy gun that fattens up anyone it hits. This version functions as a glass cannon of some sorts."
|
||||
desc = "An energy gun that fattens up anyone it hits. This version functions as a glass cannon of some sorts. It cannot be recharged."
|
||||
icon = 'GainStation13/icons/obj/fatoray.dmi' /// REPLACE THESE LATER WITH UNIQUE SPRITES - Sono
|
||||
icon_state = "fatoray_cannon"
|
||||
recoil = 3
|
||||
can charge = 0
|
||||
slowdown = 1
|
||||
// charge_sections = 3
|
||||
weapon_weight = WEAPON_HEAVY
|
||||
@@ -87,7 +88,7 @@
|
||||
///Single shot glass cannon fatoray
|
||||
/obj/item/gun/energy/fatoray/cannon_weak
|
||||
name = "Basic Fatoray Cannon"
|
||||
desc = "An energy gun that fattens up anyone it hits. This version functions as a glass cannon of some sorts."
|
||||
desc = "An energy gun that fattens up anyone it hits. This version functions as a glass cannon of some sorts. It cannot be recharged."
|
||||
icon = 'GainStation13/icons/obj/fatoray.dmi'
|
||||
icon_state = "fatoray_cannon_weak"
|
||||
can_charge = 0
|
||||
|
||||
Reference in New Issue
Block a user