mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
New opendream pragmas (#20260)
Enabled new opendream pragmas Fixed some runtime access check operators (`:`) around the codebase (not all, some are unfixable as they're used in macros) No player facing changes (hopefully)
This commit is contained in:
@@ -42,7 +42,8 @@
|
||||
affected.status &= ~ORGAN_ARTERY_CUT
|
||||
affected.update_damages()
|
||||
if(ishuman(user) && prob(40))
|
||||
user:bloody_hands(target, 0)
|
||||
var/mob/living/carbon/human/H = user
|
||||
H.bloody_hands(target, 0)
|
||||
|
||||
/singleton/surgery_step/fix_vein/fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
||||
var/obj/item/organ/external/affected = target.get_organ(target_zone)
|
||||
|
||||
Reference in New Issue
Block a user