Merge pull request #22 from Alphas00/master

2nd Bartender Slow, Dumbbell fix
This commit is contained in:
evilew
2024-11-17 20:34:32 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
if(!using)
using = TRUE
to_chat(user, "<span>You do a rep with the [src]. YEEEEEAH!!!</span>")
if(do_after(usr, CLICK_CD_RESIST-reps, 0, usr, 1))
if(do_after(usr, CLICK_CD_RESIST-reps, usr))
if(iscarbon(user))
var/mob/living/carbon/U = user
U.adjust_fatness(-10, FATTENING_TYPE_WEIGHT_LOSS)
+1 -1
View File
@@ -4,7 +4,7 @@
department_head = list("Head of Personnel")
department_flag = CIVILIAN
faction = "Station"
total_positions = 1
total_positions = 2
spawn_positions = 1
supervisors = "the head of personnel"
selection_color = "#bbe291"