mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 07:23:16 +00:00
Fix for wrong object path (not related to the issue at hand just might want to get the item you selected)
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
//Wolfgang Jaeger
|
||||
/datum/gear/fluff/wolfgang_jaeger_mauserunder
|
||||
path = /obj/item/clothing/head/beret/mauserhat
|
||||
path = /obj/item/clothing/under/fluff/mauserunder
|
||||
display_name = "Mauser tank crew uniform.."
|
||||
description = "The standard uniform of the mauser tank division.."
|
||||
ckeywhitelist = list("blackangelsace")
|
||||
@@ -724,7 +724,7 @@
|
||||
|
||||
//Hans Jaeger
|
||||
/datum/gear/fluff/hans_jaeger_mauserunder
|
||||
path = /obj/item/clothing/head/beret/mauserhat
|
||||
path = /obj/item/clothing/under/fluff/mauserunder
|
||||
display_name = "Mauser tank crew uniform"
|
||||
description = "The standard uniform of the mauser tank division."
|
||||
ckeywhitelist = list("valhallaviking01")
|
||||
|
||||
Reference in New Issue
Block a user