Skip to content

Commit

Permalink
Update dropship_ammo.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers authored May 16, 2024
1 parent f7a784e commit 624c3a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/cm_marines/dropship_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,12 @@

/obj/structure/ship_ammo/rocket/custom_missile/get_examine_text(mob/user)
. = ..()
. += "\n Contains [containers.len] containers."
. += SPAN_NOTICE("Contains [containers.len] container\s.")
switch(assembly_stage)
if(ASSEMBLY_LOCKED)
. += "\n It is ready."
. += SPAN_NOTICE("It is ready.")
if(ASSEMBLY_UNLOCKED)
. += "\n It is unlocked."
. += SPAN_NOTICE("It is unlocked.")

/obj/structure/ship_ammo/rocket/custom_missile/detonate_on(turf/impact, obj/structure/dropship_equipment/weapon/fired_from)
if(assembly_stage == ASSEMBLY_UNLOCKED || containers.len == 0) //shitty explosion if left unlocked or no containers
Expand Down

0 comments on commit 624c3a8

Please sign in to comment.