mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
icon and prefab (#18530)
This commit is contained in:
@@ -23,6 +23,13 @@
|
||||
var/camo_net = FALSE
|
||||
var/stun_length = 0.25 SECONDS
|
||||
|
||||
/obj/item/beartrap/start_active
|
||||
deployed = TRUE
|
||||
|
||||
/obj/item/beartrap/Initialize(mapload)
|
||||
. = ..()
|
||||
update_icon()
|
||||
|
||||
/obj/item/beartrap/proc/can_use(mob/user)
|
||||
return (user.IsAdvancedToolUser() && !issilicon(user) && !user.stat && !user.restrained())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user