From 84f7d4dc236b6c8ba2b09aca78ebd095b9f77dfb Mon Sep 17 00:00:00 2001 From: Poojawa Date: Mon, 19 Sep 2016 04:13:50 -0500 Subject: [PATCH] robopuppy typo (#48) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- code/citadel/dogborgstuff.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/citadel/dogborgstuff.dm b/code/citadel/dogborgstuff.dm index 0eeae3fa97..f7a4f9bccb 100644 --- a/code/citadel/dogborgstuff.dm +++ b/code/citadel/dogborgstuff.dm @@ -289,7 +289,7 @@ ...() var/mob/living/silicon/robot.R = user if(R.cell.charge < 1000) - user_visible_message("You don't have enough charge for this operation!") + user.visible_message("You don't have enough charge for this operation!") return if(src.cooldown == 0) R.cell.charge = R.cell.charge - 1000