mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Fixes mulebots not being screwable (#19348)
* fixxy fixxy * farie review * s34n review
This commit is contained in:
@@ -137,11 +137,14 @@
|
||||
return
|
||||
|
||||
/mob/living/simple_animal/bot/mulebot/screwdriver_act(mob/living/user, obj/item/I)
|
||||
. = ..()
|
||||
if(!.)
|
||||
return
|
||||
|
||||
if(open)
|
||||
on = FALSE
|
||||
update_controls()
|
||||
update_icon()
|
||||
return TRUE
|
||||
|
||||
/mob/living/simple_animal/bot/mulebot/emag_act(mob/user)
|
||||
if(emagged < 1)
|
||||
|
||||
Reference in New Issue
Block a user