mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
Fixes some altclick problems. (#20799)
* Fixes some forbidden capabilities, probably. * drons fix * isliving check (no underscore!!) * ! * Phil's Fixes
This commit is contained in:
@@ -228,7 +228,7 @@
|
||||
return
|
||||
|
||||
/obj/item/stack/AltClick(mob/living/user)
|
||||
if(user.incapacitated())
|
||||
if(!istype(user) || !user.canUseTopic(src))
|
||||
user << "<span class='warning'>You can't do that right now!</span>"
|
||||
return
|
||||
if(!in_range(src, user))
|
||||
|
||||
Reference in New Issue
Block a user