Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmunora committed May 4, 2024
1 parent f6cf2a1 commit 77263ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/mob/living/silicon/robot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
if (frame)
src.freemodule = frame.freemodule
src.frame_material = frame.material
if(HAS_ATOM_PROPERY(frame, PROP_ATOM_ROUNDSTART_BORG))
if(HAS_ATOM_PROPERTY(frame, PROP_ATOM_ROUNDSTART_BORG))
APPLY_ATOM_PROPERTY(src, PROP_ATOM_ROUNDSTART_BORG, "borg")
if (starter && !(src.dependent || src.shell))
var/obj/item/parts/robot_parts/chest/light/PC = new /obj/item/parts/robot_parts/chest/light(src)
Expand Down

0 comments on commit 77263ab

Please sign in to comment.