mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Changes the revolver obtained from gatfruit to an overgrown revolver (#21320)
* gatfruit more like gattofruit * increases max ammo to 8 * bio is not a valid research * small issue * adds a missing space * gatfruit takes time to open now * Sirryan's request * adds the sprite * lewcc review + sprites * ghhhhhh * sprites are working
This commit is contained in:
@@ -178,6 +178,8 @@
|
||||
|
||||
// For item-containing growns such as eggy or gatfruit
|
||||
/obj/item/reagent_containers/food/snacks/grown/shell/attack_self(mob/user)
|
||||
if(!do_after(user, 1.5 SECONDS, target = user))
|
||||
return
|
||||
user.unEquip(src)
|
||||
if(trash)
|
||||
var/obj/item/T = generate_trash()
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
desc = "It smells like burning."
|
||||
icon_state = "gatfruit"
|
||||
origin_tech = "combat=6"
|
||||
trash = /obj/item/gun/projectile/revolver
|
||||
trash = /obj/item/gun/projectile/revolver/overgrown
|
||||
tastes = list("2nd amendment" = 1, "freedom" = 1)
|
||||
bitesize_mod = 2
|
||||
wine_power = 0.9 //It burns going down, too.
|
||||
|
||||
Reference in New Issue
Block a user