Added construction drone sprites from Pawn.

This commit is contained in:
Zuhayr
2015-05-11 14:46:47 +09:30
parent 2adc8df1fa
commit 6f41625752
6 changed files with 11 additions and 10 deletions
@@ -161,7 +161,7 @@
var/hide_item = !has_edge(W) || !can_slice_here
if (hide_item)
if (W.w_class >= src.w_class || W.is_robot_module())
if (W.w_class >= src.w_class || is_robot_module(W))
return
user << "\red You slip [W] inside [src]."