mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +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
|
||||
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))
|
||||
|
||||
@@ -2,5 +2,4 @@
|
||||
# Like arokha - clown
|
||||
thegreatcoward - clown
|
||||
rallard123 - clown
|
||||
michaelc156 - clown
|
||||
eldefaultio - mime
|
||||
michaelc156 - clown
|
||||
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