mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 05:52:43 +00:00
Fixes swoopie special clicks, simplemob held ID stuff, and synth metabolism toggle (#7079)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user