mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-21 15:51:31 +00:00
makes you harm mining bots with welders on anything but help
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
check_friendly_fire = 0
|
check_friendly_fire = 0
|
||||||
|
|
||||||
/mob/living/simple_animal/hostile/mining_drone/attackby(obj/item/I, mob/user, params)
|
/mob/living/simple_animal/hostile/mining_drone/attackby(obj/item/I, mob/user, params)
|
||||||
if(istype(I, /obj/item/weldingtool))
|
if(istype(I, /obj/item/weldingtool) && user.a_intent == INTENT_HELP)
|
||||||
var/obj/item/weldingtool/W = I
|
var/obj/item/weldingtool/W = I
|
||||||
if(W.welding && !stat)
|
if(W.welding && !stat)
|
||||||
if(AIStatus != AI_OFF && AIStatus != AI_IDLE)
|
if(AIStatus != AI_OFF && AIStatus != AI_IDLE)
|
||||||
|
|||||||
Reference in New Issue
Block a user