Skip to content

Commit

Permalink
mortar shell throw limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyogon committed Jul 14, 2024
1 parent 9e4f9a6 commit 01ffb1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/cm_marines/equipment/mortar/mortar_shells.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
desc = "An unlabeled 80mm mortar shell, probably a casing."
icon = 'icons/obj/structures/mortar.dmi'
icon_state = "mortar_ammo_cas"
throw_range = 1
w_class = SIZE_HUGE
flags_atom = FPRINT|CONDUCT
var/datum/cause_data/cause_data
Expand Down Expand Up @@ -193,6 +194,7 @@
icon_opened = "secure_open_mortar"
icon_locked = "secure_locked_mortar"
icon_unlocked = "secure_unlocked_mortar"
throw_range = 1
req_one_access = list(ACCESS_MARINE_OT, ACCESS_MARINE_CARGO, ACCESS_MARINE_ENGPREP)

/obj/structure/closet/crate/secure/mortar_ammo/full/Initialize()
Expand Down

0 comments on commit 01ffb1f

Please sign in to comment.