mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-26 14:36:16 +01:00
wew
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
icon_dead = "icecream_monster_dead"
|
||||
icon_gib = "icecream_monster_dead"
|
||||
move_to_delay = 10
|
||||
projectiletype = /obj/item/projectile/energy/fattening/icecream
|
||||
projectiletype = /obj/item/projectile/beam/fattening/icecream
|
||||
projectilesound = 'sound/weapons/pierce.ogg'
|
||||
ranged = 1
|
||||
ranged_message = "schlorps"
|
||||
@@ -74,7 +74,7 @@
|
||||
gold_core_spawnable = HOSTILE_SPAWN
|
||||
butcher_results = list(/obj/item/reagent_containers/food/snacks/icecream = 4)
|
||||
|
||||
/obj/item/projectile/energy/fattening/icecream //might as well make use of this thing to not make ton of different variants of the same thing
|
||||
/obj/item/projectile/beam/fattening/icecream //might as well make use of this thing to not make ton of different variants of the same thing
|
||||
name = "ice cream blob"
|
||||
icon = 'GainStation13/icons/mob/candymonster.dmi'
|
||||
icon_state = "icecream_projectile"
|
||||
@@ -88,7 +88,7 @@
|
||||
var/food_fed = /datum/reagent/consumable/nutriment
|
||||
var/fullness_add = 30
|
||||
|
||||
/obj/item/projectile/energy/fattening/icecream/on_hit(atom/target, blocked)
|
||||
/obj/item/projectile/beam/fattening/icecream/on_hit(atom/target, blocked)
|
||||
. = ..()
|
||||
var/mob/living/carbon/L = target
|
||||
if(L.client?.prefs?.weight_gain_weapons)
|
||||
|
||||
Reference in New Issue
Block a user