Scoreboard organization/optimization (#32094)

* Scoreboard

* Update next_map.dm

* Update gameticker.dm

* Update role.dm

* ugh

* safe me

* added dat to every proc

* Update scoreboard.dm

* Update scoreboard.dm

* Update department_score.dm

* turfssingulod

* Update misc_score.dm

* Update scoreboard.dm

* Update scoreboard.dm

* Update mobs.dm

* Update items.dm

* Update stunbaton.dm

* Update human_attackhand.dm

* Update living_defense.dm

* Update misc_score.dm

* Update swords_axes_etc.dm

* Update human_attackhand.dm

* Update misc_score.dm

* Update misc_score.dm

* Update scoreboard.dm
This commit is contained in:
adacovsk
2022-02-22 11:39:14 -05:00
committed by GitHub
parent eecab21bff
commit b30153715d
57 changed files with 951 additions and 988 deletions

View File

@@ -223,7 +223,7 @@ var/global/list/all_graffitis = list(
user.visible_message("<span class='notice'>[user] bites a chunk out of \the [src].</span>", \
"<span class='notice'>You bite a chunk out of \the [src].</span>")
user.nutrition += 5
score["foodeaten"]++
score.foodeaten++
if(ispath(text2path("/datum/reagent/paint/[colourName]")) && M.reagents)
M.reagents.add_reagent("paint_[colourName]", 10)
if(uses)