[MIRROR] Electronic assembly changes and additions (#6014)
* Electronic assembly changes and additions * Electronic assembly changes and additions (#36394) * the rainbow of mediocrity rides again * whoops that wasn't supposed to be there
This commit is contained in:
committed by
Poojawa
parent
6aaef3b010
commit
009f95db42
@@ -218,6 +218,11 @@
|
||||
else if(istype(W, /obj/item/poster))
|
||||
place_poster(W,user)
|
||||
return TRUE
|
||||
//wall mounted IC assembly stuff
|
||||
else if(istype(W, /obj/item/device/electronic_assembly/wallmount))
|
||||
var/obj/item/device/electronic_assembly/wallmount/A = W
|
||||
A.mount_assembly(src, user)
|
||||
return TRUE
|
||||
|
||||
return FALSE
|
||||
|
||||
@@ -303,5 +308,5 @@
|
||||
cut_overlay(dent_decals)
|
||||
LAZYADD(dent_decals, decal)
|
||||
add_overlay(dent_decals)
|
||||
|
||||
|
||||
#undef MAX_DENT_DECALS
|
||||
|
||||
Reference in New Issue
Block a user