Skip to content

Commit

Permalink
Bug Fix: Butchers table and Bandana Legion Fix (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliOliOnsiPree authored Apr 20, 2024
1 parent 44c61fc commit 49eed8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions code/game/objects/structures/tables_racks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -691,12 +691,6 @@
patient = null
return FALSE

// Primitive Surgery Table
/obj/structure/table/optable/primitive
name = "butchers table"
desc = "Used for painful, primitive medical procedures."
icon_state = "optable_primitive"

/*
* Racks
*/
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/legion.dm
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ Weapons Lever shotgun, Grease gun, Repeater carbines, Revolvers, simple guns al
name = "Immune"
jobtype = /datum/job/CaesarsLegion/Legionnaire/f13immune
id = /obj/item/card/id/dogtag/legimmune
mask = /obj/item/clothing/mask/bandana/legion/camp
mask = /obj/item/clothing/mask/bandana/legion/dark
uniform = /obj/item/clothing/under/f13/legskirt
glasses = /obj/item/clothing/glasses/sunglasses
shoes = /obj/item/clothing/shoes/f13/military/leather
Expand Down

0 comments on commit 49eed8d

Please sign in to comment.