robopuppy typo (#48)

* sync (#3)

* shuttle auto call

* Merge /vore into /master (#39)

* progress

* Compile errors fixed

No idea if it's test worthy tho as conflicts with race overhaul and
narky removal.

* Update admins.txt

* efforts continue

Fuck grab code, seriously

* grab code is cancer

* Execute the Narkism

Do not hesitate.

Show no mercy.

* holy shit grab code is awful

* have I bitched about grab code

My bitching, let me show you it

* código de agarre es una mierda

No really it is

* yeah I don't even know anymore.

* Lolnope. Fuck grab code

* I'm not even sure what to fix anymore

* Self eating is not an acceptable fate

* Taste the void, son.

* My code doesn't pass it's own sanity check.

Maybe it's a sign of things to come.

* uncommented and notes

* It Works and I Don't Know Why (#38)

* shuttle auto call

* it works and I don't know why

* Dogborg ports

sans pleasure borg.

Defib paws I think work, but not with basic battery. sleeper mod works

* oops
This commit is contained in:
Poojawa
2016-09-19 04:13:50 -05:00
committed by GitHub
parent e90d06914c
commit 84f7d4dc23

View File

@@ -289,7 +289,7 @@
...()
var/mob/living/silicon/robot.R = user
if(R.cell.charge < 1000)
user_visible_message("<span class='warning'>You don't have enough charge for this operation!</span class>")
user.visible_message("<span class='warning'>You don't have enough charge for this operation!</span class>")
return
if(src.cooldown == 0)
R.cell.charge = R.cell.charge - 1000