Skip to content

Commit

Permalink
Player facehugger knockout time Facehugger.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenDarkness55 authored Jul 27, 2023
1 parent 672f896 commit 77c8df7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@

/mob/living/carbon/xenomorph/facehugger/proc/handle_hug(mob/living/carbon/human/human)
var/obj/item/clothing/mask/facehugger/hugger = new /obj/item/clothing/mask/facehugger(loc, hivenumber)
var/did_hug = hugger.attach(human, TRUE, 0.5, src)
var/did_hug = hugger.attach(human, TRUE, 1, src)
if(client)
client.player_data?.adjust_stat(PLAYER_STAT_FACEHUGS, STAT_CATEGORY_XENO, 1)
qdel(src)
Expand Down

0 comments on commit 77c8df7

Please sign in to comment.