Makes kudzu much more likely to entangle you (#25167)

* lets kudzu entangle you

* Increase buckle time

* Apply suggestions from code review

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

---------

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
Luc
2024-04-30 00:50:35 +00:00
committed by GitHub
co-authored by DGamerL
parent 48db11cd84
commit 417d6fe8cf
3 changed files with 20 additions and 6 deletions
+2
View File
@@ -8,6 +8,8 @@
var/creates_cover = FALSE
var/mob/living/climber
var/broken = FALSE
/// How long this takes to unbuckle yourself from.
var/unbuckle_time = 0 SECONDS
/obj/structure/New()
..()