mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-07-22 05:35:21 +01:00
8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
/obj/screen/healthdoll/Click(location,control,params)
|
|
var/list/modifiers = params2list(params)
|
|
var/mob/living/L = usr
|
|
if(isliving(usr) && !(modifiers["shift"]))
|
|
usr.ClickOn(L)
|
|
else
|
|
usr.ShiftClickOn(L)
|