Skip to content

Commit

Permalink
replacment
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Jul 28, 2024
1 parent 03408fd commit 2c766ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/_onclick/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions maps/predship/huntership.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 2c766ee

Please sign in to comment.