Skip to content

Commit b7e9996

Browse files
author
CJ8692
committed
доработка опять
1 parent 322cc8a commit b7e9996

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

code/game/objects/items/robot/robot_upgrades.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,11 +647,11 @@
647647
if(!..())
648648
return FALSE
649649
if(istype(robot.module, /obj/item/robot_module/miner))
650-
robot.module.emag.udgraded = TRUE
651-
robot.module.emag.update_icon(UPDATE_ICON_STATE)
652650
var/obj/item/storage/bag/satchel = robot.module.emag
653651
satchel.storage_slots = 15
652+
robot.module.emag.udgraded = TRUE
654653
robot.module.emag = satchel
654+
robot.module.emag.update_icon(UPDATE_ICON_STATE)
655655
for(var/datum/robot_energy_storage/energy_storage in robot.module.storages)
656656
energy_storage.max_energy *= 3
657657
energy_storage.recharge_rate *= 2

code/game/objects/items/weapons/explosives.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@
104104
if(!flag)
105105
return
106106
if(iscarbon(AM))
107-
to_chat(user, "<span class='warning'>You can't get the [src] to stick to [AM]!</span>")
107+
to_chat(user, span_warning("You can't get the [src] to stick to [AM]!"))
108108
return
109109
if(isobserver(AM))
110-
to_chat(user, "<span class='warning'>Your hand just phases through [AM]!</span>")
110+
to_chat(user, span_warning("Your hand just phases through [AM]!"))
111111
return
112112
if(!skip_doafter)
113113
to_chat(user, span_notice("You start planting [src].[isnull(nadeassembly) ? " The timer is set to [det_time/10]..." : ""]"))

0 commit comments

Comments
 (0)