mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[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:
committed by
GitHub
parent
4a4293a9e4
commit
2cd485cbba
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user