Fixes swoopie special clicks, simplemob held ID stuff, and synth metabolism toggle (#7079)

This commit is contained in:
Verkister
2023-10-12 22:59:35 +03:00
committed by GitHub
parent c81676a813
commit 32dfabd62d
3 changed files with 9 additions and 1 deletions

View File

@@ -163,6 +163,9 @@
say_got_target = list("PEST DETECTED!")
/mob/living/simple_mob/vore/aggressive/corrupthound/swoopie/ClickOn(var/atom/A, var/params)
var/list/modifiers = params2list(params)
if(modifiers["shift"] || modifiers["ctrl"] || modifiers["middle"] || modifiers["alt"])
return ..()
if(istype(Vac) && A.Adjacent(src))
face_atom(A)
if(A == src)