From 2c766ee4dc167bc1858fc6b2f6053a492bb8c480 Mon Sep 17 00:00:00 2001 From: vincibrv Date: Sun, 28 Jul 2024 14:15:52 +0200 Subject: [PATCH] replacment --- code/_onclick/human.dm | 2 +- maps/predship/huntership.dmm | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/code/_onclick/human.dm b/code/_onclick/human.dm index b09c26ffb92f..4a353d5ed5c5 100644 --- a/code/_onclick/human.dm +++ b/code/_onclick/human.dm @@ -38,7 +38,7 @@ if (A != src) return ..() var/mob/living/carbon/human/H = A - if (last_chew + 75 > world.time) + if (last_chew + 1 > world.time) to_chat(H, SPAN_DANGER("You can't bite your hand again yet...")) return diff --git a/maps/predship/huntership.dmm b/maps/predship/huntership.dmm index e3845eac9cbf..f9c1bd554978 100644 --- a/maps/predship/huntership.dmm +++ b/maps/predship/huntership.dmm @@ -828,6 +828,8 @@ /turf/open/shuttle/predship, /area/yautja) "co" = ( +/obj/structure/machinery/portable_atmospherics/canister/phoron, +/obj/structure/window/phoronreinforced, /obj/structure/window/phoronreinforced{ icon_state = "phoronrwindow" }, @@ -933,6 +935,8 @@ /turf/open/floor/corsat/squareswood/north, /area/yautja) "cy" = ( +/obj/structure/window/phoronreinforced, +/obj/structure/machinery/portable_atmospherics/canister/phoron, /obj/structure/window/phoronreinforced{ icon_state = "phoronrwindow" },