Skip to content

Commit b2fcdc1

Browse files
authored
fixes warnings in master (Monkestation#1040)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- Note: PRs including balance changes authored by anyone other than maintainers and official devs will not be considered. --> ## About The Pull Request <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review or prevent the PR from being merged! --> ## Why It's Good For The Game <!-- Please add a short description of why you think these changes would benefit the game. If you can't justify it in words, it might not be worth adding. --> ## Pre-Merge Checklist <!-- Don't bother filling these in while creating your Pull Request, just click the checkboxes after the Pull Request is opened and you are redirected to the page. --> - [ ] You tested this on a local server. - [ ] This code did not runtime during testing. - [ ] You documented all of your changes. <!-- Neither the compiler nor workflow checks are perfect at detecting runtimes and errors. It is important to test your code/feature/fix locally. -->
1 parent a7a42ed commit b2fcdc1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

code/game/objects/effects/effect_system/effects_smoke.dm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,6 @@
220220
var/where = "[AREACOORD(location)]"
221221
if(carry.my_atom.fingerprintslast)
222222
var/mob/M = get_mob_by_key(carry.my_atom.fingerprintslast)
223-
var/more = ""
224-
if(M)
225-
more = "[ADMIN_LOOKUPFLW(M)] "
226223
log_game("A chemical smoke reaction has taken place in ([where])[contained]. Last touched by [carry.my_atom.fingerprintslast].")
227224
else
228225
log_game("A chemical smoke reaction has taken place in ([where])[contained]. No associated key.")

code/modules/mob/living/carbon/human/examine.dm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
self_inspect = TRUE
6868
var/used_title = get_role_title()
6969
var/is_returning = FALSE
70-
var/is_apprentice = mind?.apprentice
7170
if(islatejoin)
7271
is_returning = TRUE
7372

0 commit comments

Comments
 (0)