Added a new ability to sentient diseases

This commit is contained in:
Cruix
2018-03-30 12:09:19 -07:00
committed by CitadelStationBot
parent dcaf3e2575
commit 0b7f816033
13 changed files with 172 additions and 23 deletions
@@ -228,6 +228,7 @@
return
usr.visible_message("<span class='notice'>[usr] grabs \the [src.name].</span>", "<span class='notice'>You grab \the [src.name].</span>")
var/C = new item_chair(loc)
TransferComponents(C)
usr.put_in_hands(C)
qdel(src)
@@ -279,6 +280,7 @@
user.visible_message("<span class='notice'>[user] rights \the [src.name].</span>", "<span class='notice'>You right \the [name].</span>")
var/obj/structure/chair/C = new origin_type(get_turf(loc))
TransferComponents(C)
C.setDir(dir)
qdel(src)