Skip to content

Commit e251aaa

Browse files
committed
maybe fixes?
1 parent 36b6e7b commit e251aaa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

code/__DEFINES/mecha.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@
5858
#define MECHA_AMMO_PIPEGUN "Improvised shell"
5959
#define MECHA_AMMO_PEASHOOTER "Peashooter bullet"
6060
#define MECHA_AMMO_ISG "IED grenades"
61-
#define MECHA_AMMO_MISSILE_LIGHTTANKSHELL "40mm shell"
61+
#define MECHA_AMMO_LIGHTTANKSHELL "40mm shell"
6262
//monke edit end

monkestation/code/game/mecha/makeshift/makeshift_tools.dm

+1-2
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,10 @@
113113
desc = "a multi hundred year old cannon, it looks overbuilt but you can't shake that worrying feeling."
114114
icon_state = "mecha_light_tank_cannon"
115115
harmful = TRUE
116-
ammo_type = MECHA_AMMO_MISSILE_LIGHTTANKSHELL
116+
ammo_type = MECHA_AMMO_LIGHTTANKSHELL
117117
mech_flags = EXOSUIT_MODULE_DEVITT
118118
equip_cooldown = 60
119119
projectile = /obj/projectile/bullet/rocket/lighttankshell
120-
equip_cooldown = 8 SECONDS
121120
projectiles = 1
122121
projectiles_cache = 5
123122
projectiles_cache_max = 35

0 commit comments

Comments
 (0)