mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Minor fix for previous commit.
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
wearable = 1
|
wearable = 1
|
||||||
break
|
break
|
||||||
if(!wearable)
|
if(!wearable)
|
||||||
M << "Your species cannot wear [src]."
|
M << "\red Your species cannot wear [src]."
|
||||||
return
|
return 0
|
||||||
..()
|
return ..()
|
||||||
|
|
||||||
//Ears: currently only used for headsets and earmuffs
|
//Ears: currently only used for headsets and earmuffs
|
||||||
/obj/item/clothing/ears
|
/obj/item/clothing/ears
|
||||||
|
|||||||
Reference in New Issue
Block a user