Commit Graph

12 Commits

Author SHA1 Message Date
Neerti
4bfcec55f2 work 2017-09-04 21:52:47 -04:00
LorenLuke
8ed7b72aed Splits item check back into mob-specific procs. 2017-04-19 10:10:56 -07:00
LorenLuke
7505061f4a Fixes ventcrawling for spiderbots/implants/etc. 2017-04-15 13:59:54 -07:00
Arokha Sieyes
5425a06bc8 Fixes ventcrawl
Fixes #1202
2017-03-18 19:30:54 -04:00
Arokha Sieyes
0248ba0861 Don't allow ventcrawling if vents are welded
What's the point of welding vents, again?
2017-03-13 02:01:29 -04:00
MagmaRam
38aa0217f9 No longer able to crawl through welded vents. 2016-11-15 20:56:58 -06:00
Yoshax
95533dd3cb Long, time-consuming not one-line fix 2016-09-21 17:16:51 +01:00
PsiOmegaDelta
79baa0258e Tweaks vent crawling.
The ability to ventcrawl is now checked by the /handle_ventcrawl() proc, making it possible to properly check before and after the do_after() call.
Moves various checks into the base can_ventcrawl proc.
Now lists the first object that prevents a mob from ventcrawling, making it easier to correct the exception list.
Removes the issmall() check, instead checks if the crawling mob has the relevant verb. Fixes #14081.
2016-09-21 17:16:12 +01:00
Zuhayr
18c2f33eab Ported ventcrawling from vg. 2016-09-21 17:16:03 +01:00
Neerti
0a389a418b Revert "Ported ventcrawling from vg." 2016-09-20 17:21:58 -04:00
PsiOmegaDelta
41129ab0d8 Tweaks vent crawling.
The ability to ventcrawl is now checked by the /handle_ventcrawl() proc, making it possible to properly check before and after the do_after() call.
Moves various checks into the base can_ventcrawl proc.
Now lists the first object that prevents a mob from ventcrawling, making it easier to correct the exception list.
Removes the issmall() check, instead checks if the crawling mob has the relevant verb. Fixes #14081.
2016-09-16 19:43:44 +01:00
Zuhayr
843c48a9ee Ported ventcrawling from vg. 2016-09-16 04:05:49 +01:00