mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Small oversights in leopardmander and pitcher
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
/mob/living/simple_mob/vore/leopardmander
|
/mob/living/simple_mob/vore/leopardmander
|
||||||
name = "leopardmander"
|
name = "leopardmander"
|
||||||
desc = "A huge salamander-like drake. They are best known for their rarity, their voracity, their very potent paralyzing venom, and their healing stomach. This one is white."
|
desc = "A huge salamander-like drake. They are best known for their rarity, their voracity, their very potent paralyzing venom, and their healing stomach. This one is white."
|
||||||
tt_desc = "Draconis Va'aen"
|
catalogue_data = list(/datum/category_item/catalogue/fauna/leopardmander)
|
||||||
|
tt_desc = "S Draconis uncia"
|
||||||
icon = 'icons/mob/vore128x64_ch.dmi'
|
icon = 'icons/mob/vore128x64_ch.dmi'
|
||||||
icon_dead = "leopardmander-dead"
|
icon_dead = "leopardmander-dead"
|
||||||
icon_living = "leopardmander"
|
icon_living = "leopardmander"
|
||||||
|
|||||||
@@ -159,7 +159,7 @@ GLOBAL_LIST_INIT(pitcher_plant_lure_messages, list(
|
|||||||
return
|
return
|
||||||
if(fruit)
|
if(fruit)
|
||||||
if(nutrition >= PITCHER_SATED + NUTRITION_PITCHER)
|
if(nutrition >= PITCHER_SATED + NUTRITION_PITCHER)
|
||||||
var/turf/T = safepick(circleviewturfs(src, 2)) //Try this if the above doesn't work, add src.loc == T check to density check
|
var/turf/T = safepick(circleviewturfs(src, 2))
|
||||||
if(T.density) //No spawning in walls
|
if(T.density) //No spawning in walls
|
||||||
return
|
return
|
||||||
else if(src.loc ==T)
|
else if(src.loc ==T)
|
||||||
|
|||||||
Reference in New Issue
Block a user