diff --git a/code/defines/obj/weapon.dm b/code/defines/obj/weapon.dm index d5e12ed261a..8912ee0711b 100644 --- a/code/defines/obj/weapon.dm +++ b/code/defines/obj/weapon.dm @@ -2066,7 +2066,7 @@ eternal248: Found broken and buggy Z-levels 7-12, ended up leading to my discove desc = "A sachet of flavoring, designed to be used with \"LiquidFood\" rations. The flavor is indeterminable." icon = 'food_ingredients.dmi' var/descriptor = "disturbingly beige" //Description shown to onlookers. - var/color = "beige" //Color the icon should take on when this is applied. Also shown when it is mixed in. + color = "beige" //Color the icon should take on when this is applied. Also shown when it is mixed in. var/newDesc = "It posesses a strange and unidentifiable taste. You try not to think to hard about it." //What gets pegged onto the description. /obj/item/weapon/flavor/red diff --git a/code/modules/assembly/assembly.dm b/code/modules/assembly/assembly.dm index 0ad7bbf8afb..1ea22042b6f 100644 --- a/code/modules/assembly/assembly.dm +++ b/code/modules/assembly/assembly.dm @@ -103,7 +103,7 @@ return 1 - proc/pulse(var/radio = 0) + pulse(var/radio = 0) if(holder && (wires & WIRE_PULSE)) holder.process_activation(src, 1, 0) if(holder && (wires & WIRE_PULSE_SPECIAL))