-
Notifications
You must be signed in to change notification settings - Fork 345
Scrap Vehicles 1.5 #6375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Scrap Vehicles 1.5 #6375
Conversation
This reverts commit e251aaa.
// BEGIN_INTERNALS | ||
// END_INTERNALS | ||
// BEGIN_FILE_DIR | ||
#define FILE_DIR . | ||
// END_FILE_DIR | ||
// BEGIN_PREFERENCES | ||
// END_PREFERENCES | ||
// BEGIN_INCLUDE | ||
// END_INCLUDE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
undo changes to this file
|
||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this extra spacing at the end
icon_state = "devitt-broken" | ||
welder_salvage = list(/obj/item/stack/sheet/plasteel, /obj/item/stack/sheet/iron, /obj/item/stack/rods) //get it, it's a glass cannon | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra newlines
@@ -0,0 +1,66 @@ | |||
/obj/vehicle/sealed/mecha/devitt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move all this out of the monkestation
folder if it's not too much trouble
name = "peashooter minigun" | ||
desc = "through the power of special syndicate glue,multiple peashooters have been strapped together and the fireate increased." | ||
icon_state = "mecha_minipea" | ||
equip_cooldown = 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
equip_cooldown
is defined twice
icon_state = "mecha_light_tank_cannon" | ||
fire_sound = 'sound/weapons/gun/general/lighttankgun.ogg' | ||
harmful = TRUE | ||
equip_cooldown = 60 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
equip_cooldown
defined twice
desc = "you reckon this machinegun could've existed before planes were a thing. Despite the calibre it doesn't do that much.It has no autoloader or mounting bolts, you doubt it would work on anything else." | ||
icon_state = "mecha_light_tank_mg" | ||
fire_sound = 'sound/weapons/gun/l6/shot.ogg' | ||
equip_cooldown = 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
equip_cooldown
defined twice
@@ -76,6 +76,7 @@ | |||
team.update_action_icons() | |||
for(var/datum/mind/brother as anything in team.members) | |||
to_chat(brother.current, span_boldnotice("[owner.mind.name || owner.real_name] has chosen [chosen_gear.name] as your team's gear! You may drop-pod it in at any time using the Summon Gear action!"), type = MESSAGE_TYPE_INFO, avoid_highlighting = (brother == owner.mind)) | |||
var/devitt = /datum/bb_gear/devitt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
???
name = "Giant drill" | ||
icon_state = "mecha_giantdrill" | ||
desc = "what looks to be a drill atleast the size of you, tears through anything like butter." | ||
equip_cooldown = 10 // it is not slow as shit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
equip_cooldown = 10 // it is not slow as shit | |
equip_cooldown = 1 SECONDS // it is not slow as shit |
@@ -30,6 +50,8 @@ | |||
mech_flags = EXOSUIT_MODULE_AMBULANCE | |||
honk_range = 1 //only directly besides, are affected | |||
tactile_message = "HARM ALARM" | |||
energy_drain = 400 | |||
equip_cooldown = 250 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
equip_cooldown = 250 | |
equip_cooldown = 25 SECONDS |
About The Pull Request
adds even more mecha vehicles into the game, and some nefarious items for traitors to use.
Why It's Good For The Game
the giant drill vehicle is a way to break reinforced walls fast, but with nearly no health to defend itself with.
and a tank, to fight mechs and cause havoc.
Changelog
🆑
add: Devitt Mk3 Light tank
add: minigun peashooter for trash tank
add: giant sheet metal drill vehicle
/:cl: