Skip to content
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

CAS Ammo updates and cleanup #5604

Merged
merged 4 commits into from
Jan 5, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump
  • Loading branch information
TiviPlus committed Dec 30, 2020
commit 3307fc86abfe012791e7ee5be3888a31e7bb0922
2 changes: 1 addition & 1 deletion code/game/objects/structures/dropship_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
P.set_up(4, 0, impact)
P.start()
var/datum/effect_system/smoke_spread/S = new
S.set_up(1, impact)
S.set_up(3, impact)
S.start()

/obj/structure/ship_ammo/minirocket/illumination
Expand Down