mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Change cable layer only in hand. (#49852)
Now you can change cable layer only in hand
This commit is contained in:
@@ -434,6 +434,8 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list(new/datum/stack_recipe("cable restrain
|
||||
return TRUE
|
||||
|
||||
/obj/item/stack/cable_coil/CtrlClick(mob/living/user)
|
||||
if(loc!=user)
|
||||
return ..()
|
||||
if(!user)
|
||||
return
|
||||
var/list/layer_list = list(
|
||||
|
||||
Reference in New Issue
Block a user