mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-21 20:28:14 +01:00
i didn't notice i could do this better
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
/obj/screen/healthdoll/Click(location,control,params)
|
||||
var/list/modifiers = params2list(params)
|
||||
/obj/screen/healthdoll/Click(location, control, params)
|
||||
var/mob/living/L = usr
|
||||
if(isliving(usr) && !(modifiers["shift"]))
|
||||
usr.ClickOn(L)
|
||||
else
|
||||
usr.ShiftClickOn(L)
|
||||
usr.Click(L, control, params)
|
||||
return FALSE //The health doll doesn't really do anything on it's own, change this if you need to
|
||||
|
||||
Reference in New Issue
Block a user