[MIRROR] Adds Gooborgs & Toggleable Stomach Glowing for Borgs (#10418)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-14 17:43:00 -07:00
committed by GitHub
parent 4a4293a9e4
commit 2cd485cbba
50 changed files with 546 additions and 92 deletions

View File

@@ -51,11 +51,6 @@
if(!C.battery_module)
to_chat(user, span_notice("\The [C] does not have a battery installed."))
return
if(istype(G, /obj/item/melee/baton))
var/obj/item/melee/baton/B = G
if(B.use_external_power)
to_chat(user, span_notice("\The [B] has no recharge port."))
return
if(istype(G, /obj/item/flash))
var/obj/item/flash/F = G
if(F.use_external_power)