Holodeck Combat Training Arena Fix and Tweaks (#21603)

This PR maps in the combat training arena AREA into the map, allowing
for it to be actually spawned.

Also changed its layout and added in in two self recharging xenofauna
guns for people to shoot the carp with.
This commit is contained in:
4000daniel1
2026-01-17 10:57:11 +00:00
committed by GitHub
parent 0e6f9a68cf
commit aa7e23f758
4 changed files with 1957 additions and 1912 deletions
@@ -358,6 +358,16 @@
SA.take_organ_damage(0, 20)
return TRUE
/obj/projectile/beam/mousegun/xenofauna_holo
damage = 0
/obj/projectile/beam/mousegun/xenofauna_holo/on_hit(atom/target, blocked, def_zone)
. = ..()
if(istype(target, /mob/living/simple_animal/hostile/carp/holodeck))
var/mob/living/simple_animal/hostile/carp/holodeck/C = target
C.take_organ_damage(15)
return TRUE
/obj/projectile/beam/shotgun
name = "diffuse laser"
icon_state = "laser"