Skip to content

Commit

Permalink
Update robot.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 committed Nov 23, 2024
1 parent 788cab6 commit 92186c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/quick_load/beginner/robot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@

/datum/outfit/quick/beginner/robot/laser_machinegunner/post_equip(mob/living/carbon/human/robot, visualsOnly)
. = ..()
robot.equip_to_slot_or_del(new /obj/item/weapon/powerfist/full, SLOT_IN_SUIT)
robot.equip_to_slot_or_del(new /obj/item/cell/lasgun/lasrifle, SLOT_IN_SUIT)
robot.equip_to_slot_or_del(new /obj/item/weapon/powerfist/full, SLOT_IN_SUIT)

/datum/outfit/quick/beginner/robot/laser_sniper
name = "Laser Sniper"
Expand All @@ -71,5 +71,5 @@

/datum/outfit/quick/beginner/robot/laser_sniper/post_equip(mob/living/carbon/human/robot, visualsOnly)
. = ..()
robot.equip_to_slot_or_del(new /obj/item/weapon/powerfist/full, SLOT_IN_SUIT)
robot.equip_to_slot_or_del(new /obj/item/cell/lasgun/lasrifle, SLOT_IN_SUIT)
robot.equip_to_slot_or_del(new /obj/item/weapon/powerfist/full, SLOT_IN_SUIT)

0 comments on commit 92186c8

Please sign in to comment.