[MIRROR] Cortical Borer Fixes (#12031)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-11-25 18:40:33 -07:00
committed by GitHub
parent 5290e9b81c
commit 3ead20716e
18 changed files with 676 additions and 454 deletions

View File

@@ -192,11 +192,12 @@
update_icon()
if(!M.has_brain_worms())
update_use_power(USE_POWER_ACTIVE)
enter_vr()
else
if(M.has_brain_worms())
to_chat(user, span_warning("\The [src] rejects [M] with a sharp beep."))
return
update_use_power(USE_POWER_ACTIVE)
enter_vr()
return
/obj/machinery/vr_sleeper/proc/go_out()