mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 03:21:42 +00:00
Cyborg bugfixes
This commit is contained in:
@@ -72,6 +72,8 @@
|
||||
|
||||
W.attack_self(src)
|
||||
return
|
||||
if(A.type==/obj/structure/flora/pottedplant || A.parent_type==/obj/structure/flora/pottedplant)
|
||||
return
|
||||
|
||||
// cyborgs are prohibited from using storage items so we can I think safely remove (A.loc in contents)
|
||||
if(A == loc || (A in loc) || (A in contents))
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
to_chat(user, "<span class='warning'>This syringe is broken!</span>")
|
||||
return
|
||||
|
||||
if(user.a_intent == I_HURT && ismob(target))
|
||||
if(user.a_intent == I_HURT && ismob(target) && user.type!=/mob/living/silicon/robot)
|
||||
if((CLUMSY in user.mutations) && prob(50))
|
||||
target = user
|
||||
syringestab(target, user)
|
||||
|
||||
Reference in New Issue
Block a user