Removes duplicate examine proc in polaroid code and fixes a missing space in BR examine (#90028)

## About The Pull Request

Triggered my OCD, polaroids had a duplicate examine override and battle
rifles had a missing space between sentences in examine_more.

## Changelog

🆑
spellcheck: Fixes a missing space in battle rifle's examine text
/🆑
This commit is contained in:
SmArtKar
2025-03-17 11:36:36 +01:00
committed by GitHub
parent 3a8e37a075
commit 072fe6fbd1
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -55,6 +55,7 @@
/obj/item/camera/examine(mob/user)
. = ..()
. += span_notice("It has [pictures_left] photos left.")
. += span_notice("Alt-click to change its focusing, allowing you to set how big of an area it will capture.")
/obj/item/camera/proc/adjust_zoom(mob/user)
@@ -101,10 +102,6 @@
return TRUE //no afterattack
..()
/obj/item/camera/examine(mob/user)
. = ..()
. += "It has [pictures_left] photos left."
//user can be atom or mob
/obj/item/camera/proc/can_target(atom/target, mob/user)
if(!on || blending || !pictures_left)
@@ -403,7 +403,7 @@
. = ..()
. += span_notice("<b><i>Looking down at \the [src], you recall something you read in a promotional pamphlet... </i></b>")
. += span_info("The BR-38 possesses an acceleration rail that launches bullets at higher than typical velocity.\
. += span_info("The BR-38 possesses an acceleration rail that launches bullets at higher than typical velocity. \
This allows even less powerful cartridges to put out significant amounts of stopping power.")
. += span_notice("<b><i>However, you also remember some of the rumors... </i></b>")