mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Robots can't be handcuffed anymore (albeit in the most primitive way possible because fuck why doesn't if(!isrobot()) work in the handcuff code)
Because seriously what the fuck is that even git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2762 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -314,6 +314,9 @@
|
||||
|
||||
|
||||
/mob/living/silicon/robot/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
if (istype(W, /obj/item/weapon/handcuffs)) // fuck i don't even know why isrobot() in handcuff code isn't working so this will have to do
|
||||
return
|
||||
|
||||
if (istype(W, /obj/item/weapon/weldingtool) && W:welding)
|
||||
if (W:remove_fuel(0))
|
||||
bruteloss -= 30
|
||||
|
||||
Reference in New Issue
Block a user