Skip to content

Commit

Permalink
fixeded
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Nov 27, 2024
1 parent c8e99e3 commit 48050c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion code/modules/clothing/neck/_neck.dm
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,12 @@

/obj/item/clothing/neck/dogtag
name = "dogtag"
desc = "lo"
desc = "A nondescript dogtag."
icon = 'icons/obj/clothing/neck.dmi'
icon_state = "dogtag"
resistance_flags = FIRE_PROOF
w_class = WEIGHT_CLASS_SMALL
slot_flags = ITEM_SLOT_NECK | ITEM_SLOT_POCKETS

/obj/item/clothing/neck/dogtag/frontier
name = "frontiersman dogtag"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/research/techweb/all_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Cargo Stuff
"c-reader", "desttagger", "salestagger", "handlabel", "packagewrap",
// Research Stuff
"destructive_analyzer", "experimentor", "rdconsole", "rdserver", "design_disk", "tech_disk", "mechfab",
"destructive_analyzer", "experimentor", "rdserver", "design_disk", "tech_disk", "mechfab",
// Miscellaneous Stufff
"paystand", "space_heater", "bucket", "plastic_knife", "plastic_fork", "plastic_spoon", "fax",
// Security Stuff
Expand Down

0 comments on commit 48050c7

Please sign in to comment.