Parcel wrappers now copy w_class from the contents.

This commit is contained in:
Zuhayr
2016-02-07 17:47:05 +10:30
parent c8c10e9741
commit 5faa5739bd
+2 -1
View File
@@ -247,7 +247,8 @@
if(user.client)
user.client.screen -= O
P.wrapped = O
O.loc = P
O.forceMove(P)
P.w_class = O.w_class
var/i = round(O.w_class)
if(i in list(1,2,3,4,5))
P.icon_state = "deliverycrate[i]"