Skip to content

Commit

Permalink
Sabotage yourself now (#8479)
Browse files Browse the repository at this point in the history
* Update apc.dm

* Update stunbaton.dm

* Update rig.dm
  • Loading branch information
Xoxeyos authored Apr 26, 2024
1 parent d05a8e4 commit c1881a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/stunbaton.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
item_state = "baton"
slot_flags = SLOT_BELT
description_info = "Highly effective against uninsulated people. High change to disarm when aimed at arms."
description_antag = "Can be saboutaged by inserting plasma into its battery cell. Upon being turned on it will blow"
description_antag = "Can be sabotaged by inserting plasma into its battery cell. Upon being turned on it will blow"
force = WEAPON_FORCE_PAINFUL
sharp = FALSE
edge = FALSE
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/spacesuits/rig/rig.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
icon = 'icons/obj/rig_modules.dmi'
desc = "A back-mounted hardsuit deployment and control mechanism."
slot_flags = SLOT_BACK
description_antag = "If this rig contains a chemical dispenser, its contents can be saboutaged. They will show as another reagent as long as its the majority in the beaker. You can also insert plasma into its powercell or replace the air tank inside"
description_antag = "If this rig contains a chemical dispenser, its contents can be sabotaged. They will show as another reagent as long as its the majority in the beaker. You can also insert plasma into its powercell or replace the air tank inside"
description_info = "A highly capable modular RIG system. Can hold modules which provide additional functionality. Also has a chance to completely deflect ballistic projectiles depending on the bullet protection."
req_one_access = list()
req_access = list()
Expand Down
2 changes: 1 addition & 1 deletion code/modules/power/apc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
name = "area power controller"
desc = "A control terminal for the area electrical systems."
description_info = "Controls all of this area's machinery."
description_antag = "Can be unlocked by pulsing the lock wire. Can also be saboutaged by inserting plasma into its cell, making it blow whenever its turned on"
description_antag = "Can be unlocked by pulsing the lock wire. Can also be sabotaged by inserting plasma into its cell, making it blow whenever its turned on"

icon_state = "apc0"
anchored = TRUE
Expand Down

0 comments on commit c1881a2

Please sign in to comment.