Skip to content

Commit

Permalink
Update venus_human_trap.dm (yogstation13#22011)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moltijoe authored and Blundir committed Jun 10, 2024
1 parent f8b07b3 commit d68ffca
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@
AddElement(/datum/element/life_draining, damage_overtime = 5, check_damage_callback = CALLBACK(src, PROC_REF(kudzu_need)))
remove_verb(src, /mob/living/verb/pulled) //no dragging the poor sap into the depths of the vines never to be seen again

/mob/living/simple_animal/hostile/venus_human_trap/mob_negates_gravity()
if(kudzu_need(FALSE))
return TRUE
return ..()

/mob/living/simple_animal/hostile/venus_human_trap/Life(seconds_per_tick = SSMOBS_DT, times_fired)
. = ..()
pull_vines()
Expand Down

0 comments on commit d68ffca

Please sign in to comment.