Small oversights in leopardmander and pitcher

This commit is contained in:
Darlantan
2021-01-24 11:01:46 -05:00
parent 20c5710916
commit eb287bb414
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
/mob/living/simple_mob/vore/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."
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_dead = "leopardmander-dead"
icon_living = "leopardmander"

View File

@@ -159,7 +159,7 @@ GLOBAL_LIST_INIT(pitcher_plant_lure_messages, list(
return
if(fruit)
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
return
else if(src.loc ==T)