mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 10:05:27 +01:00
Adds Gooborgs & Toggleable Stomach Glowing for Borgs (#17280)
* Gooborgs! add: Adds gooborgs! Sprites from Toriate code: Robotic eswords and batons now count as robotic weapons and trigger appropriate sprites. * shocker * cargofix * some more * sendit * rest sprites * mmoree * Glowy tummies Will make all the catborg sprites scream, but let's see what the UT says * FIXES MORE SPRITES AAAAAAAAAAAAAAAA * License * fixed sprites * better handling * rewrite * bonus damage * Fixes stunbaton * status check * Makes BCS remove the charge properly * charge * subsystem
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
var/excavation_amount = 200
|
||||
var/destroy_artefacts = FALSE // some mining tools will destroy artefacts completely while avoiding side-effects.
|
||||
var/borg_flags = COUNTS_AS_ROBOTIC_MELEE //The ONLY reason this gets this here is because pickaxes are SO hardcoded that it's easier to add it here than everywhere else. Please do not attach this to everything that you desire. Only VERY SPECIFIC THINGS under CERTAIN CIRCUMSTANCES, PLEASE. 99% of things can be added to code\modules\projectiles\guns\energy\cyborg.dm
|
||||
|
||||
|
||||
/obj/item/pickaxe/silver
|
||||
name = "silver pickaxe"
|
||||
|
||||
Reference in New Issue
Block a user