Update code/modules/mob/living/carbon/inventory.dm

Co-Authored-By: deathride58 <deathride58@users.noreply.github.com>
This commit is contained in:
Chayse Ramsay
2019-08-04 05:26:02 +01:00
committed by GitHub
parent 46e4023ba9
commit 0a7054c604
+1 -1
View File
@@ -144,5 +144,5 @@
/mob/living/carbon/proc/get_internal_slots()
return list(
head,
wear_mask,
wear_mask
)