Skip to content

Commit

Permalink
Update robotic_cradle.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 committed Jul 24, 2024
1 parent b90e532 commit 21b1ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/machinery/robotic_cradle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
if(!repairing)
return

/obj/machinery/robotic_cradle/attack_alien(mob/living/carbon/xenomorph/xeno_attacker, damage_amount = xeno_attacker.xeno_caste.melee_damage, damage_type = BRUTE, armor_type = MELEE, effects = TRUE, armor_penetration = xeno_attacker.xeno_caste.melee_ap, isrightclick = FALSE)
/obj/machinery/robotic_cradle/attack_alien(mob/living/carbon/xenomorph/xeno_attacker, damage_amount, damage_type, damage_flag, effects, armor_penetration, isrightclick)
if(!occupant)
to_chat(xeno_attacker, span_xenowarning("There is nothing of interest in there."))
return
Expand Down

0 comments on commit 21b1ebe

Please sign in to comment.