mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Update trash_vr.dm
This commit is contained in:
@@ -14,9 +14,9 @@
|
|||||||
user.drop_item()
|
user.drop_item()
|
||||||
var/belly = H.vore_selected
|
var/belly = H.vore_selected
|
||||||
var/datum/belly/selected = H.vore_organs[belly]
|
var/datum/belly/selected = H.vore_organs[belly]
|
||||||
src.loc = H
|
src.forcemove(H)
|
||||||
selected.internal_contents += src
|
selected.internal_contents += src
|
||||||
H << "<span class='notice'>You can taste the flavor of garbage. Wait what?</span>"
|
to_chat(H, "<span class='notice'>You can taste the flavor of garbage. Wait what?</span>")
|
||||||
return
|
return
|
||||||
|
|
||||||
if(isrobot(M))
|
if(isrobot(M))
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
user.drop_item()
|
user.drop_item()
|
||||||
var/belly = R.vore_selected
|
var/belly = R.vore_selected
|
||||||
var/datum/belly/selected = R.vore_organs[belly]
|
var/datum/belly/selected = R.vore_organs[belly]
|
||||||
src.loc = R
|
src.forcemove(R)
|
||||||
selected.internal_contents += src // Too many hoops and obstacles to stick it into the sleeper module.
|
selected.internal_contents += src // Too many hoops and obstacles to stick it into the sleeper module.
|
||||||
R.visible_message("<span class='warning'>[user] feeds [R] with [src]!</span>")
|
R.visible_message("<span class='warning'>[user] feeds [R] with [src]!</span>")
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user