Clothing Update

This commit is contained in:
Fox-McCloud
2015-01-01 11:23:48 -05:00
parent 9bd48bee5c
commit a92921786f
25 changed files with 376 additions and 53 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ var/list/slot_equipment_priority = list( \
if(!disable_warning)
usr << "You somehow have a suit with no defined allowed items for suit storage, stop that."
return 0
if(src.w_class > 3)
if(src.w_class > 4)
if(!disable_warning)
usr << "The [name] is too big to attach."
return 0