This commit is contained in:
Metis
2024-06-05 23:22:40 -04:00
parent c8922d15c8
commit 213b1d8104
5 changed files with 22 additions and 22 deletions
+3 -3
View File
@@ -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)