mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Dogborgs get dank, removed fgts from whitelist, some little map additions
This commit is contained in:
@@ -235,6 +235,15 @@
|
|||||||
var/mob/living/silicon/robot.R = user
|
var/mob/living/silicon/robot.R = user
|
||||||
R.cell.charge = R.cell.charge + 250
|
R.cell.charge = R.cell.charge + 250
|
||||||
return
|
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))
|
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>")
|
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))
|
if(do_after (user, 50))
|
||||||
|
|||||||
@@ -3,4 +3,3 @@
|
|||||||
thegreatcoward - clown
|
thegreatcoward - clown
|
||||||
rallard123 - clown
|
rallard123 - clown
|
||||||
michaelc156 - clown
|
michaelc156 - clown
|
||||||
eldefaultio - mime
|
|
||||||
9269
maps/virgo-2.dmm
9269
maps/virgo-2.dmm
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user