mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
HONK-A-TONK Update:
- Food items don't make you goddamn fat so easily. - Bananas are now edible but still leave a banana peel. - New Disease: Pierrot's Throat. While infected, random words you say are replaced with "honk." At the later stages, you'll randomly say honk as well. See your local doctor with a health analyzer to find the cure. Virus added to virus crate and random/badmin disease event. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@753 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -63,9 +63,9 @@
|
||||
"/obj/item/weapon/reagent_containers/food/snacks/faggot",
|
||||
"/obj/item/kitchen/egg_box",
|
||||
"/obj/item/weapon/storage/condimentbottles",
|
||||
"/obj/item/weapon/banana",
|
||||
"/obj/item/weapon/banana",
|
||||
"/obj/item/weapon/banana")
|
||||
"/obj/item/weapon/reagent_containers/food/snacks/banana",
|
||||
"/obj/item/weapon/reagent_containers/food/snacks/banana",
|
||||
"/obj/item/weapon/reagent_containers/food/snacks/banana")
|
||||
cost = 5
|
||||
containertype = "/obj/crate/freezer"
|
||||
containername = "Food crate"
|
||||
@@ -134,6 +134,7 @@
|
||||
"/obj/item/weapon/reagent_containers/glass/bottle/magnitis",
|
||||
// "/obj/item/weapon/reagent_containers/glass/bottle/wizarditis", worse than GBS if anything
|
||||
// "/obj/item/weapon/reagent_containers/glass/bottle/gbs", No. Just no.
|
||||
"/obj/item/weapon/reagent_containers/glass/bottle/pierrot_throat",
|
||||
"/obj/item/weapon/reagent_containers/glass/bottle/brainrot",
|
||||
"/obj/item/weapon/storage/firstaid/syringes",
|
||||
"/obj/item/weapon/storage/beakerbox")
|
||||
|
||||
@@ -153,20 +153,6 @@
|
||||
w_class = 3.0
|
||||
flags = FPRINT | CONDUCT | NOSHIELD | TABLEPASS
|
||||
|
||||
/obj/item/weapon/banana
|
||||
name = "Banana"
|
||||
desc = "A banana."
|
||||
icon = 'items.dmi'
|
||||
icon_state = "banana"
|
||||
item_state = "banana"
|
||||
throwforce = 0
|
||||
w_class = 1.0
|
||||
throw_speed = 4
|
||||
throw_range = 20
|
||||
New()
|
||||
src.pixel_x = rand(-5.0, 5)
|
||||
src.pixel_y = rand(-5.0, 5)
|
||||
|
||||
/obj/item/weapon/bananapeel
|
||||
name = "Banana Peel"
|
||||
desc = "A peel from a banana."
|
||||
|
||||
Reference in New Issue
Block a user