Removed /obj/item/asteroid path (#37500)

* Cleans up some item paths

* removed kebab
This commit is contained in:
ShizCalev
2018-04-30 05:57:36 -04:00
committed by CitadelStationBot
parent 3369c804b2
commit 3160d7771d
@@ -33,7 +33,7 @@
var/wumbo = 0
var/inflate_cooldown = 0
var/datum/action/innate/fugu/expand/E
loot = list(/obj/item/asteroid/fugu_gland{layer = ABOVE_MOB_LAYER})
loot = list(/obj/item/fugu_gland{layer = ABOVE_MOB_LAYER})
/mob/living/simple_animal/hostile/asteroid/fugu/Initialize()
. = ..()
@@ -116,7 +116,7 @@
Deflate()
..(gibbed)
/obj/item/asteroid/fugu_gland
/obj/item/fugu_gland
name = "wumborian fugu gland"
desc = "The key to the wumborian fugu's ability to increase its mass arbitrarily, this disgusting remnant can apply the same effect to other creatures, giving them great strength."
icon = 'icons/obj/surgery.dmi'
@@ -126,7 +126,7 @@
layer = MOB_LAYER
var/list/banned_mobs
/obj/item/asteroid/fugu_gland/afterattack(atom/target, mob/user, proximity_flag)
/obj/item/fugu_gland/afterattack(atom/target, mob/user, proximity_flag)
if(proximity_flag && isanimal(target))
var/mob/living/simple_animal/A = target
if(A.buffed || (A.type in banned_mobs) || A.stat)