Dogborgs get dank, removed fgts from whitelist, some little map additions

This commit is contained in:
Kelshark
2017-01-10 20:57:38 -05:00
parent 4cfb51c782
commit 8cd45a3feb
3 changed files with 4645 additions and 4636 deletions

View File

@@ -235,6 +235,15 @@
var/mob/living/silicon/robot.R = user
R.cell.charge = R.cell.charge + 250
return
if(istype(target,/obj/item/weapon/reagent_containers/food))
user.visible_message("[user] nibbles away at \the [target.name].", "<span class='notice'>You begin to nibble away at \the [target.name]...</span>")
if(do_after (user, 50))
user.visible_message("[user] finishes eating \the [target.name].", "<span class='notice'>You finish eating \the [target.name].</span>")
user << "<span class='notice'>You finish off \the [target.name].</span>"
del(target)
var/mob/living/silicon/robot.R = user
R.cell.charge = R.cell.charge + 250
return
if(istype(target,/obj/item/weapon/cell))
user.visible_message("[user] begins cramming \the [target.name] down its throat.", "<span class='notice'>You begin cramming \the [target.name] down your throat...</span>")
if(do_after (user, 50))

View File

@@ -3,4 +3,3 @@
thegreatcoward - clown
rallard123 - clown
michaelc156 - clown
eldefaultio - mime

File diff suppressed because it is too large Load Diff