mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Bump dreamchecker version to 1.4 (#8711)
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
return SURGERY_FAILURE
|
||||
|
||||
if(O.species_restricted)
|
||||
if(!target.species.name in O.species_restricted)
|
||||
if(!(target.species.name in O.species_restricted))
|
||||
to_chat(user, SPAN_WARNING("\The [O] is not compatible with \the [target]'s biology."))
|
||||
return SURGERY_FAILURE
|
||||
|
||||
|
||||
@@ -137,8 +137,8 @@
|
||||
if(!ishuman(target))
|
||||
return 0
|
||||
|
||||
if (target_zone == BP_MOUTH || target_zone == BP_EYES)
|
||||
return 0
|
||||
if (target_zone == BP_MOUTH)
|
||||
return 0
|
||||
|
||||
var/obj/item/organ/external/affected = target.get_organ(target_zone)
|
||||
return affected && affected.open == 3 && (affected.status & ORGAN_DEAD)
|
||||
@@ -248,4 +248,4 @@
|
||||
return
|
||||
rig.reset()
|
||||
user.visible_message("<span class='notice'>[user] has cut through the support systems of [target]'s [rig] with \the [tool].</span>", \
|
||||
"<span class='notice'>You have cut through the support systems of [target]'s [rig] with \the [tool].</span>")
|
||||
"<span class='notice'>You have cut through the support systems of [target]'s [rig] with \the [tool].</span>")
|
||||
|
||||
Reference in New Issue
Block a user