mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user