This commit is contained in:
Ghommie
2020-03-08 19:26:01 +01:00
parent d78926b269
commit ad4d290ea7
89 changed files with 443 additions and 498 deletions
+4 -4
View File
@@ -28,14 +28,14 @@
. = ..()
pixel_x = rand(-8, 8)
/obj/structure/headpike/update_icon()
..()
/obj/structure/headpike/update_overlays()
. = ..()
var/obj/item/bodypart/head/H = locate() in contents
var/mutable_appearance/MA = new()
if(H)
var/mutable_appearance/MA = new()
MA.copy_overlays(H)
MA.pixel_y = 12
add_overlay(H)
. += H
/obj/structure/headpike/attack_hand(mob/user)
. = ..()